Html Css Color HEX #A19027 Lemon Ginger

📋 copy color: '#A19027'

red 161 ◦ green 144 ◦ blue 39

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

Shades of Lemon Ginger #A19027

Tints of Lemon Ginger #A19027

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.86%

 BLUE value IS 39 (15.63% from 255) = 11.34%

R = 46.8%
G = 41.86%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A19027 (or 0xA19027) is known color: Lemon Ginger. HEX triplet: A1, 90 and 27. RGB value is (161,144,39). Sum of RGB (Red+Green+Blue) = 161+144+39=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A19027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19027 is #5E6FD8. Grayscale: #898989. Windows color (decimal): -6189017 or 2592929. OLE color: 2592929.

HSL color Cylindrical-coordinate representation of color #A19027: hue angle of 51.64º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A19027 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 144 39 -
CMYK 0 0.11 0.76 0.37
HSL 51.64º 0.61% 0.39% -
HSV(B) 51.64º 0.76% 0.63% -
XYZ 25.04 27.67 5.94 -
YUV 137.11 72.63 145.04 -
System Red Green Blue C M Y K H S L
Decimal 161 144 39 0 0.11 0.76 0.37 51.64 0.61 0.39
Hex A1 90 27 0 B 4C 25 34 3D 27
Octal 241 220 47 0 13 114 45 64 75 47
Binary 10100001 10010000 100111 0 1011 1001100 100101 110100 111101 100111

Color Harmonies of #A19027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19027

Black with #A19027

Text Example


Text Example

White with #A19027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19027; }

 p { color: rgb(161,144,39); }

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

background-color css

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

 a { background-color: rgb(161,144,39); }

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

border-color css

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

 span { border-color: rgb(161,144,39); }

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