#AF7414

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

Shades of Dark Goldenrod #AF7414

Tints of Dark Goldenrod #AF7414

Color information

#AF7414 (or 0xAF7414) is unknown color: approx Dark Goldenrod. HEX triplet: AF, 74 and 14. RGB value is (175,116,20). Sum of RGB (Red+Green+Blue) = 175+116+20=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7414 is #508BEB. Grayscale: #7B7B7B. Windows color (decimal): -5278700 or 1340591. OLE color: 1340591.

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

Color convert

RGB17511620-
CMYK00.340.890.31
HSL37.16º79.49%38.24%-
HSV(B)37.16º88.57%68.63%-
XYZ24.0521.663.57-
YUV122.770.05165.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 116 (45.70% from 255) = 37.30%
BLUE value IS 20 (8.20% from 255) = 6.43%
R=56.27%
G=37.30%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751162000.340.890.3137.1679.4938.24
HexAF7414022591F254f26
Octal25716424042131374511746
Binary1010111111101001010001000101011001111111001011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7414; }

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

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

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

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

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

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

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

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