Html Css Color HEX #A88211 Dark Goldenrod

📋 copy color: '#A88211'

red 168 ◦ green 130 ◦ blue 17

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

Shades of Dark Goldenrod #A88211

Tints of Dark Goldenrod #A88211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.4%

R = 53.33%
G = 41.27%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A88211 (or 0xA88211) is known color: Dark Goldenrod. HEX triplet: A8, 82 and 11. RGB value is (168,130,17). Sum of RGB (Red+Green+Blue) = 168+130+17=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A88211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A88211 is #577DEE. Grayscale: #808080. Windows color (decimal): -5733871 or 1147560. OLE color: 1147560.

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

Color convert

RGB 168 130 17 -
CMYK 0 0.23 0.90 0.34
HSL 44.9º 0.82% 0.36% -
HSV(B) 44.9º 0.9% 0.66% -
XYZ 24.23 24.33 3.95 -
YUV 128.48 65.09 156.19 -
System Red Green Blue C M Y K H S L
Decimal 168 130 17 0 0.23 0.90 0.34 44.9 0.82 0.36
Hex A8 82 11 0 17 5A 22 2D 52 24
Octal 250 202 21 0 27 132 42 55 122 44
Binary 10101000 10000010 10001 0 10111 1011010 100010 101101 1010010 100100

Color Harmonies of #A88211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88211

Black with #A88211

Text Example


Text Example

White with #A88211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88211; }

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

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

background-color css

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

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

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

border-color css

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

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

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