Html Css Color HEX #A0882A Lemon Ginger

📋 copy color: '#A0882A'

red 160 ◦ green 136 ◦ blue 42

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

Shades of Lemon Ginger #A0882A

Tints of Lemon Ginger #A0882A

RGB

 RED value IS 160 (62.89% from 255) = 47.34%

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

 BLUE value IS 42 (16.8% from 255) = 12.43%

R = 47.34%
G = 40.24%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.37

RGB Variations

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

Color information

#A0882A (or 0xA0882A) is known color: Lemon Ginger. HEX triplet: A0, 88 and 2A. RGB value is (160,136,42). Sum of RGB (Red+Green+Blue) = 160+136+42=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0882A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0882A is #5F77D5. Grayscale: #848484. Windows color (decimal): -6256598 or 2787488. OLE color: 2787488.

HSL color Cylindrical-coordinate representation of color #A0882A: hue angle of 47.8º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0882A is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 136 42 -
CMYK 0 0.15 0.74 0.37
HSL 47.8º 0.58% 0.4% -
HSV(B) 47.8º 0.74% 0.63% -
XYZ 23.72 25.25 5.81 -
YUV 132.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 160 136 42 0 0.15 0.74 0.37 47.8 0.58 0.4
Hex A0 88 2A 0 F 4A 25 30 3A 28
Octal 240 210 52 0 17 112 45 60 72 50
Binary 10100000 10001000 101010 0 1111 1001010 100101 110000 111010 101000

Color Harmonies of #A0882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0882A

Black with #A0882A

Text Example


Text Example

White with #A0882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0882A; }

 p { color: rgb(160,136,42); }

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

background-color css

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

 a { background-color: rgb(160,136,42); }

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

border-color css

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

 span { border-color: rgb(160,136,42); }

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