#AF740F

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

Shades of Dark Goldenrod #AF740F

Tints of Dark Goldenrod #AF740F

Color information

#AF740F (or 0xAF740F) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 74 and 0F. RGB value is (175,116,15). Sum of RGB (Red+Green+Blue) = 175+116+15=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF740F is #508BF0. Grayscale: #7A7A7A. Windows color (decimal): -5278705 or 1012911. OLE color: 1012911.

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

Color convert

RGB17511615-
CMYK00.340.910.31
HSL37.88º84.21%37.25%-
HSV(B)37.88º91.43%68.63%-
XYZ24.0121.643.36-
YUV122.1367.55165.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 15 (6.25% from 255) = 4.90%
R=57.19%
G=37.91%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751161500.340.910.3137.8884.2137.25
HexAF74F0225B1F265425
Octal25716417042133374612445
Binary101011111110100111101000101011011111111001101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF740F; }

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

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

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

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

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

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

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

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