Html Css Color HEX #AF8312 Dark Goldenrod

📋 copy color: '#AF8312'

red 175 ◦ green 131 ◦ blue 18

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

Shades of Dark Goldenrod #AF8312

Tints of Dark Goldenrod #AF8312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 54.01%
G = 40.43%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF8312 (or 0xAF8312) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 12. RGB value is (175,131,18). Sum of RGB (Red+Green+Blue) = 175+131+18=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 131 (51.56% from 255 or 40.43% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8312 is #507CED. Grayscale: #838383. Windows color (decimal): -5274862 or 1213359. OLE color: 1213359.

HSL color Cylindrical-coordinate representation of color #AF8312: hue angle of 43.18º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF8312 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 18 -
CMYK 0 0.25 0.90 0.31
HSL 43.18º 0.81% 0.38% -
HSV(B) 43.18º 0.9% 0.69% -
XYZ 25.9 25.39 4.11 -
YUV 131.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 175 131 18 0 0.25 0.90 0.31 43.18 0.81 0.38
Hex AF 83 12 0 19 5A 1F 2B 51 26
Octal 257 203 22 0 31 132 37 53 121 46
Binary 10101111 10000011 10010 0 11001 1011010 11111 101011 1010001 100110

Color Harmonies of #AF8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8312

Black with #AF8312

Text Example


Text Example

White with #AF8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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