#af790c

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

Shades of Dark Goldenrod #AF790C

Tints of Dark Goldenrod #AF790C

Color information

#AF790C (or 0xAF790C) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 79 and 0C. RGB value is (175,121,12). Sum of RGB (Red+Green+Blue) = 175+121+12=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF790C is #5086F3. Grayscale: #7D7D7D. Windows color (decimal): -5277428 or 817583. OLE color: 817583.

HSL color Cylindrical-coordinate representation of color #AF790C: hue angle of 40.12º 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 #AF790C is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB17512112-
CMYK00.310.930.31
HSL40.12º87.17%36.67%-
HSV(B)40.12º93.14%68.63%-
XYZ24.5822.823.46-
YUV124.7264.39163.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=56.82%
G=39.29%
B=3.90%

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
Decimal1751211200.310.930.3140.1287.1736.67
HexAF79C01F5D1F285725
Octal25717114037135375012745
Binary10101111111100111000111111011101111111010001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af790c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af790c; }

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

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

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

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

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

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

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

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