Html Css Color HEX #A2880B Dark Goldenrod

📋 copy color: '#A2880B'

red 162 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #A2880B

Tints of Dark Goldenrod #A2880B

RGB

 RED value IS 162 (63.67% from 255) = 52.43%

 GREEN value IS 136 (53.52% from 255) = 44.01%

 BLUE value IS 11 (4.69% from 255) = 3.56%

R = 52.43%
G = 44.01%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2880B (or 0xA2880B) is known color: Dark Goldenrod. HEX triplet: A2, 88 and 0B. RGB value is (162,136,11). Sum of RGB (Red+Green+Blue) = 162+136+11=309 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.43% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 162 - color contains mainly: red. Hex color #A2880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2880B is #5D77F4. Grayscale: #828282. Windows color (decimal): -6125557 or 755874. OLE color: 755874.

HSL color Cylindrical-coordinate representation of color #A2880B: hue angle of 49.67º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2880B is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 136 11 -
CMYK 0 0.16 0.93 0.36
HSL 49.67º 0.87% 0.34% -
HSV(B) 49.67º 0.93% 0.64% -
XYZ 23.76 25.31 3.95 -
YUV 129.52 61.11 151.16 -
System Red Green Blue C M Y K H S L
Decimal 162 136 11 0 0.16 0.93 0.36 49.67 0.87 0.34
Hex A2 88 B 0 10 5D 24 32 57 22
Octal 242 210 13 0 20 135 44 62 127 42
Binary 10100010 10001000 1011 0 10000 1011101 100100 110010 1010111 100010

Color Harmonies of #A2880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2880B

Black with #A2880B

Text Example


Text Example

White with #A2880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2880B; }

 p { color: rgb(162,136,11); }

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

background-color css

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

 a { background-color: rgb(162,136,11); }

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

border-color css

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

 span { border-color: rgb(162,136,11); }

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