Html Css Color HEX #AF8212 Dark Goldenrod

📋 copy color: '#AF8212'

red 175 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #AF8212

Tints of Dark Goldenrod #AF8212

RGB

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

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

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

R = 54.18%
G = 40.25%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF8212 (or 0xAF8212) is known color: Dark Goldenrod. HEX triplet: AF, 82 and 12. RGB value is (175,130,18). Sum of RGB (Red+Green+Blue) = 175+130+18=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8212 is #507DED. Grayscale: #838383. Windows color (decimal): -5275118 or 1213103. OLE color: 1213103.

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

Color convert

RGB 175 130 18 -
CMYK 0 0.26 0.90 0.31
HSL 42.8º 0.81% 0.38% -
HSV(B) 42.8º 0.9% 0.69% -
XYZ 25.77 25.12 4.06 -
YUV 130.69 64.41 159.61 -
System Red Green Blue C M Y K H S L
Decimal 175 130 18 0 0.26 0.90 0.31 42.8 0.81 0.38
Hex AF 82 12 0 1A 5A 1F 2B 51 26
Octal 257 202 22 0 32 132 37 53 121 46
Binary 10101111 10000010 10010 0 11010 1011010 11111 101011 1010001 100110

Color Harmonies of #AF8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8212

Black with #AF8212

Text Example


Text Example

White with #AF8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8212; }

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

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

background-color css

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

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

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

border-color css

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

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

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