Html Css Color HEX #A0872C Lemon Ginger

📋 copy color: '#A0872C'

red 160 ◦ green 135 ◦ blue 44

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

Shades of Lemon Ginger #A0872C

Tints of Lemon Ginger #A0872C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.98%

R = 47.2%
G = 39.82%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0872C (or 0xA0872C) is known color: Lemon Ginger. HEX triplet: A0, 87 and 2C. RGB value is (160,135,44). Sum of RGB (Red+Green+Blue) = 160+135+44=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0872C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0872C is #5F78D3. Grayscale: #848484. Windows color (decimal): -6256852 or 2918304. OLE color: 2918304.

HSL color Cylindrical-coordinate representation of color #A0872C: hue angle of 47.07º degrees, saturation: 0.57, 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 #A0872C is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 44 -
CMYK 0 0.16 0.72 0.37
HSL 47.07º 0.57% 0.4% -
HSV(B) 47.07º 0.73% 0.63% -
XYZ 23.62 24.98 5.96 -
YUV 132.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 160 135 44 0 0.16 0.72 0.37 47.07 0.57 0.4
Hex A0 87 2C 0 10 48 25 2F 39 28
Octal 240 207 54 0 20 110 45 57 71 50
Binary 10100000 10000111 101100 0 10000 1001000 100101 101111 111001 101000

Color Harmonies of #A0872C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0872C

Black with #A0872C

Text Example


Text Example

White with #A0872C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0872C; }

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

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

background-color css

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

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

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

border-color css

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

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

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