#af8b27

Color #AF8B27 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #AF8B27

Tints of Nugget #AF8B27

Color information

#AF8B27 (or 0xAF8B27) is unknown color: approx Nugget. HEX triplet: AF, 8B and 27. RGB value is (175,139,39). Sum of RGB (Red+Green+Blue) = 175+139+39=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B27 is #5074D8. Grayscale: #8A8A8A. Windows color (decimal): -5272793 or 2591663. OLE color: 2591663.

HSL color Cylindrical-coordinate representation of color #AF8B27: hue angle of 44.12º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF8B27 is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17513939-
CMYK00.210.780.31
HSL44.12º63.55%41.96%-
HSV(B)44.12º77.71%68.63%-
XYZ27.2827.735.83-
YUV138.3671.93154.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 49.58%
GREEN value IS 139 (54.69% from 255) = 39.38%
BLUE value IS 39 (15.62% from 255) = 11.05%
R=49.58%
G=39.38%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751393900.210.780.3144.1263.5541.96
HexAF8B270154E1F2c402a
Octal25721347025116375410052
Binary10101111100010111001110101011001110111111011001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af8b27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af8b27; }

 p { color: rgb(175,139,39); }

 H1.HeaderClassName
 {
   color: #af8b27;
 }
 .AnyTagClassName
 {
   color: #af8b27;
 }
</style>
background-color css

<style>
 a { background-color: #af8b27; }

 a { background-color: rgb(175,139,39); }

 div.DivClassName
 {
   background-color: #af8b27;
 }
 .BgClassName
 {
   background-color: #af8b27;
 }
</style>
border-color css

<style>
 span { border-color: #af8b27; }

 span { border-color: rgb(175,139,39); }

 td.TdClassName
 {
   border-color: #af8b27;
 }
 .TagClassName
 {
   border-color: #af8b27;
 }
</style>