Html Css Color HEX #AF8114 Dark Goldenrod

📋 copy color: '#AF8114'

red 175 ◦ green 129 ◦ blue 20

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

Shades of Dark Goldenrod #AF8114

Tints of Dark Goldenrod #AF8114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.17%

R = 54.01%
G = 39.81%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF8114 (or 0xAF8114) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 14. RGB value is (175,129,20). Sum of RGB (Red+Green+Blue) = 175+129+20=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 129 (50.78% from 255 or 39.81% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8114 is #507EEB. Grayscale: #828282. Windows color (decimal): -5275372 or 1343919. OLE color: 1343919.

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

Color convert

RGB 175 129 20 -
CMYK 0 0.26 0.89 0.31
HSL 42.19º 0.79% 0.38% -
HSV(B) 42.19º 0.89% 0.69% -
XYZ 25.66 24.86 4.11 -
YUV 130.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 175 129 20 0 0.26 0.89 0.31 42.19 0.79 0.38
Hex AF 81 14 0 1A 59 1F 2A 4F 26
Octal 257 201 24 0 32 131 37 52 117 46
Binary 10101111 10000001 10100 0 11010 1011001 11111 101010 1001111 100110

Color Harmonies of #AF8114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8114

Black with #AF8114

Text Example


Text Example

White with #AF8114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8114; }

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

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

background-color css

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

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

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

border-color css

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

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

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