Html Css Color HEX #AF8115 Dark Goldenrod

📋 copy color: '#AF8115'

red 175 ◦ green 129 ◦ blue 21

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

Shades of Dark Goldenrod #AF8115

Tints of Dark Goldenrod #AF8115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.46%

R = 53.85%
G = 39.69%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF8115 (or 0xAF8115) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 15. RGB value is (175,129,21). Sum of RGB (Red+Green+Blue) = 175+129+21=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8115 is #507EEA. Grayscale: #828282. Windows color (decimal): -5275371 or 1409455. OLE color: 1409455.

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

Color convert

RGB 175 129 21 -
CMYK 0 0.26 0.88 0.31
HSL 42.08º 0.79% 0.38% -
HSV(B) 42.08º 0.88% 0.69% -
XYZ 25.66 24.87 4.16 -
YUV 130.44 66.24 159.78 -
System Red Green Blue C M Y K H S L
Decimal 175 129 21 0 0.26 0.88 0.31 42.08 0.79 0.38
Hex AF 81 15 0 1A 58 1F 2A 4F 26
Octal 257 201 25 0 32 130 37 52 117 46
Binary 10101111 10000001 10101 0 11010 1011000 11111 101010 1001111 100110

Color Harmonies of #AF8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8115

Black with #AF8115

Text Example


Text Example

White with #AF8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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