Html Css Color HEX #AF8E12 Dark Goldenrod

📋 copy color: '#AF8E12'

red 175 ◦ green 142 ◦ blue 18

#AF8E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AF8E12

Tints of Dark Goldenrod #AF8E12

RGB

 RED value IS 175 (68.75% from 255) = 52.24%

 GREEN value IS 142 (55.86% from 255) = 42.39%

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 52.24%
G = 42.39%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF8E12 (or 0xAF8E12) is known color: Dark Goldenrod. HEX triplet: AF, 8E and 12. RGB value is (175,142,18). Sum of RGB (Red+Green+Blue) = 175+142+18=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8E12 is #5071ED. Grayscale: #8A8A8A. Windows color (decimal): -5272046 or 1216175. OLE color: 1216175.

HSL color Cylindrical-coordinate representation of color #AF8E12: hue angle of 47.39º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF8E12 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 142 18 -
CMYK 0 0.19 0.90 0.31
HSL 47.39º 0.81% 0.38% -
HSV(B) 47.39º 0.9% 0.69% -
XYZ 27.46 28.5 4.63 -
YUV 137.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 175 142 18 0 0.19 0.90 0.31 47.39 0.81 0.38
Hex AF 8E 12 0 13 5A 1F 2F 51 26
Octal 257 216 22 0 23 132 37 57 121 46
Binary 10101111 10001110 10010 0 10011 1011010 11111 101111 1010001 100110

Color Harmonies of #AF8E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E12

Black with #AF8E12

Text Example


Text Example

White with #AF8E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E12; }

 p { color: rgb(175,142,18); }

 H1.HeaderClassName
 {
   color: #AF8E12;
 }
 .AnyTagClassName
 {
   color: #AF8E12;
 }
</style>

background-color css

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

 a { background-color: rgb(175,142,18); }

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

border-color css

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

 span { border-color: rgb(175,142,18); }

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