Html Css Color HEX #A0872B Lemon Ginger

📋 copy color: '#A0872B'

red 160 ◦ green 135 ◦ blue 43

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

Shades of Lemon Ginger #A0872B

Tints of Lemon Ginger #A0872B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.94%

 BLUE value IS 43 (17.19% from 255) = 12.72%

R = 47.34%
G = 39.94%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0872B (or 0xA0872B) is known color: Lemon Ginger. HEX triplet: A0, 87 and 2B. RGB value is (160,135,43). Sum of RGB (Red+Green+Blue) = 160+135+43=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0872B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0872B is #5F78D4. Grayscale: #848484. Windows color (decimal): -6256853 or 2852768. OLE color: 2852768.

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

Color convert

RGB 160 135 43 -
CMYK 0 0.16 0.73 0.37
HSL 47.18º 0.58% 0.4% -
HSV(B) 47.18º 0.73% 0.63% -
XYZ 23.6 24.98 5.86 -
YUV 131.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 160 135 43 0 0.16 0.73 0.37 47.18 0.58 0.4
Hex A0 87 2B 0 10 49 25 2F 3A 28
Octal 240 207 53 0 20 111 45 57 72 50
Binary 10100000 10000111 101011 0 10000 1001001 100101 101111 111010 101000

Color Harmonies of #A0872B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0872B

Black with #A0872B

Text Example


Text Example

White with #A0872B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0872B; }

 p { color: rgb(160,135,43); }

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

background-color css

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

 a { background-color: rgb(160,135,43); }

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

border-color css

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

 span { border-color: rgb(160,135,43); }

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