#AF790F

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

Shades of Dark Goldenrod #AF790F

Tints of Dark Goldenrod #AF790F

Color information

#AF790F (or 0xAF790F) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 79 and 0F. RGB value is (175,121,15). Sum of RGB (Red+Green+Blue) = 175+121+15=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF790F is #5086F0. Grayscale: #7D7D7D. Windows color (decimal): -5277425 or 1014191. OLE color: 1014191.

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

Color convert

RGB17512115-
CMYK00.310.910.31
HSL39.75º84.21%37.25%-
HSV(B)39.75º91.43%68.63%-
XYZ24.622.823.56-
YUV125.0665.89163.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 121 (47.66% from 255) = 38.91%
BLUE value IS 15 (6.25% from 255) = 4.82%
R=56.27%
G=38.91%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751211500.310.910.3139.7584.2137.25
HexAF79F01F5B1F285425
Octal25717117037133375012445
Binary10101111111100111110111111011011111111010001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF790F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF790F; }

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

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

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

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

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

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

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

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