Html Css Color HEX #A08A2C Lemon Ginger

📋 copy color: '#A08A2C'

red 160 ◦ green 138 ◦ blue 44

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

Shades of Lemon Ginger #A08A2C

Tints of Lemon Ginger #A08A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.35%

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

R = 46.78%
G = 40.35%
B = 12.87%

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

#A08A2C (or 0xA08A2C) is known color: Lemon Ginger. HEX triplet: A0, 8A and 2C. RGB value is (160,138,44). Sum of RGB (Red+Green+Blue) = 160+138+44=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A2C is #5F75D3. Grayscale: #868686. Windows color (decimal): -6256084 or 2919072. OLE color: 2919072.

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

Color convert

RGB 160 138 44 -
CMYK 0 0.14 0.72 0.37
HSL 48.62º 0.57% 0.4% -
HSV(B) 48.62º 0.73% 0.63% -
XYZ 24.04 25.83 6.1 -
YUV 133.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 160 138 44 0 0.14 0.72 0.37 48.62 0.57 0.4
Hex A0 8A 2C 0 E 48 25 31 39 28
Octal 240 212 54 0 16 110 45 61 71 50
Binary 10100000 10001010 101100 0 1110 1001000 100101 110001 111001 101000

Color Harmonies of #A08A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A2C

Black with #A08A2C

Text Example


Text Example

White with #A08A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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