#AF7600

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

Shades of Dark Goldenrod #AF7600

Tints of Dark Goldenrod #AF7600

Color information

#AF7600 (or 0xAF7600) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 76 and 00. RGB value is (175,118,0). Sum of RGB (Red+Green+Blue) = 175+118+0=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7600 is #5089FF. Grayscale: #7A7A7A. Windows color (decimal): -5278208 or 30383. OLE color: 30383.

HSL color Cylindrical-coordinate representation of color #AF7600: hue angle of 40.46º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF7600 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB1751180-
CMYK00.3310.31
HSL40.46º100%34.31%-
HSV(B)40.46º100%68.63%-
XYZ24.1622.072.99-
YUV121.5959.38166.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.73%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.73%
G=40.27%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175118000.3310.3140.4610034.31
HexAF760021641F286422
Octal2571660041144375014442
Binary101011111110110001000011100100111111010001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7600; }

 p { color: rgb(175,118,0); }

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

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

 a { background-color: rgb(175,118,0); }

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

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

 span { border-color: rgb(175,118,0); }

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