Html Css Color HEX #A0922B Lemon Ginger

📋 copy color: '#A0922B'

red 160 ◦ green 146 ◦ blue 43

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

Shades of Lemon Ginger #A0922B

Tints of Lemon Ginger #A0922B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

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

R = 45.85%
G = 41.83%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0922B (or 0xA0922B) is known color: Lemon Ginger. HEX triplet: A0, 92 and 2B. RGB value is (160,146,43). Sum of RGB (Red+Green+Blue) = 160+146+43=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0922B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0922B is #5F6DD4. Grayscale: #8A8A8A. Windows color (decimal): -6254037 or 2855584. OLE color: 2855584.

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

Color convert

RGB 160 146 43 -
CMYK 0 0.09 0.73 0.37
HSL 52.82º 0.58% 0.4% -
HSV(B) 52.82º 0.73% 0.63% -
XYZ 25.21 28.21 6.4 -
YUV 138.44 74.14 143.38 -
System Red Green Blue C M Y K H S L
Decimal 160 146 43 0 0.09 0.73 0.37 52.82 0.58 0.4
Hex A0 92 2B 0 9 49 25 35 3A 28
Octal 240 222 53 0 11 111 45 65 72 50
Binary 10100000 10010010 101011 0 1001 1001001 100101 110101 111010 101000

Color Harmonies of #A0922B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0922B

Black with #A0922B

Text Example


Text Example

White with #A0922B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0922B; }

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

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

background-color css

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

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

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

border-color css

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

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

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