Html Css Color HEX #A0932B Lemon Ginger

📋 copy color: '#A0932B'

red 160 ◦ green 147 ◦ blue 43

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

Shades of Lemon Ginger #A0932B

Tints of Lemon Ginger #A0932B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

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

R = 45.71%
G = 42%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A0932B (or 0xA0932B) is known color: Lemon Ginger. HEX triplet: A0, 93 and 2B. RGB value is (160,147,43). Sum of RGB (Red+Green+Blue) = 160+147+43=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0932B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0932B is #5F6CD4. Grayscale: #8B8B8B. Windows color (decimal): -6253781 or 2855840. OLE color: 2855840.

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

Color convert

RGB 160 147 43 -
CMYK 0 0.08 0.73 0.37
HSL 53.33º 0.58% 0.4% -
HSV(B) 53.33º 0.73% 0.63% -
XYZ 25.37 28.52 6.45 -
YUV 139.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 160 147 43 0 0.08 0.73 0.37 53.33 0.58 0.4
Hex A0 93 2B 0 8 49 25 35 3A 28
Octal 240 223 53 0 10 111 45 65 72 50
Binary 10100000 10010011 101011 0 1000 1001001 100101 110101 111010 101000

Color Harmonies of #A0932B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0932B

Black with #A0932B

Text Example


Text Example

White with #A0932B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0932B; }

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

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

background-color css

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

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

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

border-color css

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

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

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