Html Css Color HEX #A0892C Lemon Ginger

📋 copy color: '#A0892C'

red 160 ◦ green 137 ◦ blue 44

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

Shades of Lemon Ginger #A0892C

Tints of Lemon Ginger #A0892C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.18%

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

R = 46.92%
G = 40.18%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#A0892C (or 0xA0892C) is known color: Lemon Ginger. HEX triplet: A0, 89 and 2C. RGB value is (160,137,44). Sum of RGB (Red+Green+Blue) = 160+137+44=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0892C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0892C is #5F76D3. Grayscale: #858585. Windows color (decimal): -6256340 or 2918816. OLE color: 2918816.

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

Color convert

RGB 160 137 44 -
CMYK 0 0.14 0.72 0.37
HSL 48.1º 0.57% 0.4% -
HSV(B) 48.1º 0.73% 0.63% -
XYZ 23.9 25.55 6.05 -
YUV 133.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 160 137 44 0 0.14 0.72 0.37 48.1 0.57 0.4
Hex A0 89 2C 0 E 48 25 30 39 28
Octal 240 211 54 0 16 110 45 60 71 50
Binary 10100000 10001001 101100 0 1110 1001000 100101 110000 111001 101000

Color Harmonies of #A0892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0892C

Black with #A0892C

Text Example


Text Example

White with #A0892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0892C; }

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

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

background-color css

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

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

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

border-color css

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

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

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