Html Css Color HEX #AF8314 Dark Goldenrod

📋 copy color: '#AF8314'

red 175 ◦ green 131 ◦ blue 20

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

Shades of Dark Goldenrod #AF8314

Tints of Dark Goldenrod #AF8314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.18%

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

R = 53.68%
G = 40.18%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF8314 (or 0xAF8314) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 14. RGB value is (175,131,20). Sum of RGB (Red+Green+Blue) = 175+131+20=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8314 is #507CEB. Grayscale: #838383. Windows color (decimal): -5274860 or 1344431. OLE color: 1344431.

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

Color convert

RGB 175 131 20 -
CMYK 0 0.25 0.89 0.31
HSL 42.97º 0.79% 0.38% -
HSV(B) 42.97º 0.89% 0.69% -
XYZ 25.92 25.4 4.2 -
YUV 131.5 65.08 159.03 -
System Red Green Blue C M Y K H S L
Decimal 175 131 20 0 0.25 0.89 0.31 42.97 0.79 0.38
Hex AF 83 14 0 19 59 1F 2B 4F 26
Octal 257 203 24 0 31 131 37 53 117 46
Binary 10101111 10000011 10100 0 11001 1011001 11111 101011 1001111 100110

Color Harmonies of #AF8314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8314

Black with #AF8314

Text Example


Text Example

White with #AF8314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8314; }

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

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

background-color css

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

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

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

border-color css

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

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

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