#AF7B19

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

Shades of Dark Goldenrod #AF7B19

Tints of Dark Goldenrod #AF7B19

Color information

#AF7B19 (or 0xAF7B19) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 7B and 19. RGB value is (175,123,25). Sum of RGB (Red+Green+Blue) = 175+123+25=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7B19 is #5084E6. Grayscale: #7F7F7F. Windows color (decimal): -5276903 or 1670063. OLE color: 1670063.

HSL color Cylindrical-coordinate representation of color #AF7B19: hue angle of 39.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF7B19 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB17512325-
CMYK00.300.860.31
HSL39.2º75%39.22%-
HSV(B)39.2º85.71%68.63%-
XYZ24.9423.354.11-
YUV127.3870.23161.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 25 (10.16% from 255) = 7.74%
R=54.18%
G=38.08%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751232500.300.860.3139.27539.22
HexAF7B1901E561F274b27
Octal25717331036126374711347
Binary101011111111011110010111101010110111111001111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7B19; }

 p { color: rgb(175,123,25); }

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

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

 a { background-color: rgb(175,123,25); }

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

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

 span { border-color: rgb(175,123,25); }

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