Html Css Color HEX #AF8116 Dark Goldenrod

📋 copy color: '#AF8116'

red 175 ◦ green 129 ◦ blue 22

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

Shades of Dark Goldenrod #AF8116

Tints of Dark Goldenrod #AF8116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 53.68%
G = 39.57%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF8116 (or 0xAF8116) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 16. RGB value is (175,129,22). Sum of RGB (Red+Green+Blue) = 175+129+22=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8116 is #507EE9. Grayscale: #838383. Windows color (decimal): -5275370 or 1474991. OLE color: 1474991.

HSL color Cylindrical-coordinate representation of color #AF8116: hue angle of 41.96º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF8116 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 129 22 -
CMYK 0 0.26 0.87 0.31
HSL 41.96º 0.78% 0.39% -
HSV(B) 41.96º 0.87% 0.69% -
XYZ 25.67 24.87 4.21 -
YUV 130.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 175 129 22 0 0.26 0.87 0.31 41.96 0.78 0.39
Hex AF 81 16 0 1A 57 1F 2A 4E 27
Octal 257 201 26 0 32 127 37 52 116 47
Binary 10101111 10000001 10110 0 11010 1010111 11111 101010 1001110 100111

Color Harmonies of #AF8116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8116

Black with #AF8116

Text Example


Text Example

White with #AF8116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8116; }

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

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

background-color css

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

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

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

border-color css

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

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

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