Html Css Color HEX #A09024 Lemon Ginger

📋 copy color: '#A09024'

red 160 ◦ green 144 ◦ blue 36

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

Shades of Lemon Ginger #A09024

Tints of Lemon Ginger #A09024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.59%

R = 47.06%
G = 42.35%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A09024 (or 0xA09024) is known color: Lemon Ginger. HEX triplet: A0, 90 and 24. RGB value is (160,144,36). Sum of RGB (Red+Green+Blue) = 160+144+36=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A09024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09024 is #5F6FDB. Grayscale: #888888. Windows color (decimal): -6254556 or 2396320. OLE color: 2396320.

HSL color Cylindrical-coordinate representation of color #A09024: hue angle of 52.26º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A09024 is Cyan = 0, Magento = 0.1, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 144 36 -
CMYK 0 0.1 0.78 0.37
HSL 52.26º 0.63% 0.38% -
HSV(B) 52.26º 0.78% 0.63% -
XYZ 24.79 27.55 5.68 -
YUV 136.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 160 144 36 0 0.1 0.78 0.37 52.26 0.63 0.38
Hex A0 90 24 0 A 4E 25 34 3F 26
Octal 240 220 44 0 12 116 45 64 77 46
Binary 10100000 10010000 100100 0 1010 1001110 100101 110100 111111 100110

Color Harmonies of #A09024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09024

Black with #A09024

Text Example


Text Example

White with #A09024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09024; }

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

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

background-color css

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

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

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

border-color css

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

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

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