Html Css Color HEX #A18E2B Lemon Ginger

📋 copy color: '#A18E2B'

red 161 ◦ green 142 ◦ blue 43

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

Shades of Lemon Ginger #A18E2B

Tints of Lemon Ginger #A18E2B

RGB

 RED value IS 161 (63.28% from 255) = 46.53%

 GREEN value IS 142 (55.86% from 255) = 41.04%

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

R = 46.53%
G = 41.04%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#A18E2B (or 0xA18E2B) is known color: Lemon Ginger. HEX triplet: A1, 8E and 2B. RGB value is (161,142,43). Sum of RGB (Red+Green+Blue) = 161+142+43=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 142 (55.86% from 255 or 41.04% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A18E2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A18E2B is #5E71D4. Grayscale: #888888. Windows color (decimal): -6189525 or 2854561. OLE color: 2854561.

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

Color convert

RGB 161 142 43 -
CMYK 0 0.12 0.73 0.37
HSL 50.34º 0.58% 0.4% -
HSV(B) 50.34º 0.73% 0.63% -
XYZ 24.81 27.1 6.21 -
YUV 136.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 161 142 43 0 0.12 0.73 0.37 50.34 0.58 0.4
Hex A1 8E 2B 0 C 49 25 32 3A 28
Octal 241 216 53 0 14 111 45 62 72 50
Binary 10100001 10001110 101011 0 1100 1001001 100101 110010 111010 101000

Color Harmonies of #A18E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18E2B

Black with #A18E2B

Text Example


Text Example

White with #A18E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18E2B; }

 p { color: rgb(161,142,43); }

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

background-color css

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

 a { background-color: rgb(161,142,43); }

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

border-color css

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

 span { border-color: rgb(161,142,43); }

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