Html Css Color HEX #A09027 Lemon Ginger

📋 copy color: '#A09027'

red 160 ◦ green 144 ◦ blue 39

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

Shades of Lemon Ginger #A09027

Tints of Lemon Ginger #A09027

RGB

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

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

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

R = 46.65%
G = 41.98%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A09027 (or 0xA09027) is known color: Lemon Ginger. HEX triplet: A0, 90 and 27. RGB value is (160,144,39). Sum of RGB (Red+Green+Blue) = 160+144+39=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A09027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09027 is #5F6FD8. Grayscale: #898989. Windows color (decimal): -6254553 or 2592928. OLE color: 2592928.

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

Color convert

RGB 160 144 39 -
CMYK 0 0.1 0.76 0.37
HSL 52.07º 0.61% 0.39% -
HSV(B) 52.07º 0.76% 0.63% -
XYZ 24.84 27.57 5.93 -
YUV 136.81 72.8 144.54 -
System Red Green Blue C M Y K H S L
Decimal 160 144 39 0 0.1 0.76 0.37 52.07 0.61 0.39
Hex A0 90 27 0 A 4C 25 34 3D 27
Octal 240 220 47 0 12 114 45 64 75 47
Binary 10100000 10010000 100111 0 1010 1001100 100101 110100 111101 100111

Color Harmonies of #A09027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09027

Black with #A09027

Text Example


Text Example

White with #A09027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09027; }

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

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

background-color css

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

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

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

border-color css

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

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

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