Html Css Color HEX #A88212 Dark Goldenrod

📋 copy color: '#A88212'

red 168 ◦ green 130 ◦ blue 18

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

Shades of Dark Goldenrod #A88212

Tints of Dark Goldenrod #A88212

RGB

 RED value IS 168 (66.02% from 255) = 53.16%

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

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

R = 53.16%
G = 41.14%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A88212 (or 0xA88212) is known color: Dark Goldenrod. HEX triplet: A8, 82 and 12. RGB value is (168,130,18). Sum of RGB (Red+Green+Blue) = 168+130+18=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A88212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88212 is #577DED. Grayscale: #818181. Windows color (decimal): -5733870 or 1213096. OLE color: 1213096.

HSL color Cylindrical-coordinate representation of color #A88212: hue angle of 44.8º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A88212 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 130 18 -
CMYK 0 0.23 0.89 0.34
HSL 44.8º 0.81% 0.36% -
HSV(B) 44.8º 0.89% 0.66% -
XYZ 24.24 24.33 3.99 -
YUV 128.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 168 130 18 0 0.23 0.89 0.34 44.8 0.81 0.36
Hex A8 82 12 0 17 59 22 2D 51 24
Octal 250 202 22 0 27 131 42 55 121 44
Binary 10101000 10000010 10010 0 10111 1011001 100010 101101 1010001 100100

Color Harmonies of #A88212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88212

Black with #A88212

Text Example


Text Example

White with #A88212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88212; }

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

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

background-color css

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

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

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

border-color css

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

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

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