Html Css Color HEX #A0912B Lemon Ginger

📋 copy color: '#A0912B'

red 160 ◦ green 145 ◦ blue 43

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

Shades of Lemon Ginger #A0912B

Tints of Lemon Ginger #A0912B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

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

R = 45.98%
G = 41.67%
B = 12.36%

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

#A0912B (or 0xA0912B) is known color: Lemon Ginger. HEX triplet: A0, 91 and 2B. RGB value is (160,145,43). Sum of RGB (Red+Green+Blue) = 160+145+43=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A0912B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0912B is #5F6ED4. Grayscale: #8A8A8A. Windows color (decimal): -6254293 or 2855328. OLE color: 2855328.

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

Color convert

RGB 160 145 43 -
CMYK 0 0.09 0.73 0.37
HSL 52.31º 0.58% 0.4% -
HSV(B) 52.31º 0.73% 0.63% -
XYZ 25.06 27.9 6.35 -
YUV 137.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 160 145 43 0 0.09 0.73 0.37 52.31 0.58 0.4
Hex A0 91 2B 0 9 49 25 34 3A 28
Octal 240 221 53 0 11 111 45 64 72 50
Binary 10100000 10010001 101011 0 1001 1001001 100101 110100 111010 101000

Color Harmonies of #A0912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0912B

Black with #A0912B

Text Example


Text Example

White with #A0912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0912B; }

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

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

background-color css

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

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

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

border-color css

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

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

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