Html Css Color HEX #AF8112 Dark Goldenrod

📋 copy color: '#AF8112'

red 175 ◦ green 129 ◦ blue 18

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

Shades of Dark Goldenrod #AF8112

Tints of Dark Goldenrod #AF8112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.06%

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

R = 54.35%
G = 40.06%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF8112 (or 0xAF8112) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 12. RGB value is (175,129,18). Sum of RGB (Red+Green+Blue) = 175+129+18=322 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.35% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8112 is #507EED. Grayscale: #828282. Windows color (decimal): -5275374 or 1212847. OLE color: 1212847.

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

Color convert

RGB 175 129 18 -
CMYK 0 0.26 0.90 0.31
HSL 42.42º 0.81% 0.38% -
HSV(B) 42.42º 0.9% 0.69% -
XYZ 25.64 24.86 4.02 -
YUV 130.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 175 129 18 0 0.26 0.90 0.31 42.42 0.81 0.38
Hex AF 81 12 0 1A 5A 1F 2A 51 26
Octal 257 201 22 0 32 132 37 52 121 46
Binary 10101111 10000001 10010 0 11010 1011010 11111 101010 1010001 100110

Color Harmonies of #AF8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8112

Black with #AF8112

Text Example


Text Example

White with #AF8112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8112; }

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

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

background-color css

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

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

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

border-color css

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

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

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