Html Css Color HEX #AF8313 Dark Goldenrod

📋 copy color: '#AF8313'

red 175 ◦ green 131 ◦ blue 19

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

Shades of Dark Goldenrod #AF8313

Tints of Dark Goldenrod #AF8313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 53.85%
G = 40.31%
B = 5.85%

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

#AF8313 (or 0xAF8313) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 13. RGB value is (175,131,19). Sum of RGB (Red+Green+Blue) = 175+131+19=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8313 is #507CEC. Grayscale: #838383. Windows color (decimal): -5274861 or 1278895. OLE color: 1278895.

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

Color convert

RGB 175 131 19 -
CMYK 0 0.25 0.89 0.31
HSL 43.08º 0.8% 0.38% -
HSV(B) 43.08º 0.89% 0.69% -
XYZ 25.91 25.39 4.15 -
YUV 131.39 64.58 159.11 -
System Red Green Blue C M Y K H S L
Decimal 175 131 19 0 0.25 0.89 0.31 43.08 0.8 0.38
Hex AF 83 13 0 19 59 1F 2B 50 26
Octal 257 203 23 0 31 131 37 53 120 46
Binary 10101111 10000011 10011 0 11001 1011001 11111 101011 1010000 100110

Color Harmonies of #AF8313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8313

Black with #AF8313

Text Example


Text Example

White with #AF8313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8313; }

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

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

background-color css

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

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

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

border-color css

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

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

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