Html Css Color HEX #AF8214 Dark Goldenrod

📋 copy color: '#AF8214'

red 175 ◦ green 130 ◦ blue 20

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

Shades of Dark Goldenrod #AF8214

Tints of Dark Goldenrod #AF8214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40%

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

R = 53.85%
G = 40%
B = 6.15%

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

#AF8214 (or 0xAF8214) is known color: Dark Goldenrod. HEX triplet: AF, 82 and 14. RGB value is (175,130,20). Sum of RGB (Red+Green+Blue) = 175+130+20=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8214 is #507DEB. Grayscale: #838383. Windows color (decimal): -5275116 or 1344175. OLE color: 1344175.

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

Color convert

RGB 175 130 20 -
CMYK 0 0.26 0.89 0.31
HSL 42.58º 0.79% 0.38% -
HSV(B) 42.58º 0.89% 0.69% -
XYZ 25.79 25.13 4.15 -
YUV 130.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 175 130 20 0 0.26 0.89 0.31 42.58 0.79 0.38
Hex AF 82 14 0 1A 59 1F 2B 4F 26
Octal 257 202 24 0 32 131 37 53 117 46
Binary 10101111 10000010 10100 0 11010 1011001 11111 101011 1001111 100110

Color Harmonies of #AF8214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8214

Black with #AF8214

Text Example


Text Example

White with #AF8214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8214; }

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

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

background-color css

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

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

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

border-color css

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

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

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