#AF780C

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

Shades of Dark Goldenrod #AF780C

Tints of Dark Goldenrod #AF780C

Color information

#AF780C (or 0xAF780C) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 78 and 0C. RGB value is (175,120,12). Sum of RGB (Red+Green+Blue) = 175+120+12=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF780C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF780C is #5087F3. Grayscale: #7C7C7C. Windows color (decimal): -5277684 or 817327. OLE color: 817327.

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

Color convert

RGB17512012-
CMYK00.310.930.31
HSL39.75º87.17%36.67%-
HSV(B)39.75º93.14%68.63%-
XYZ24.4622.573.42-
YUV124.1364.72164.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 12 (5.08% from 255) = 3.91%
R=57.00%
G=39.09%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751201200.310.930.3139.7587.1736.67
HexAF78C01F5D1F285725
Octal25717014037135375012745
Binary10101111111100011000111111011101111111010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF780C; }

 p { color: rgb(175,120,12); }

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

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

 a { background-color: rgb(175,120,12); }

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

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

 span { border-color: rgb(175,120,12); }

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