Html Css Color HEX #A09128 Lemon Ginger

📋 copy color: '#A09128'

red 160 ◦ green 145 ◦ blue 40

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

Shades of Lemon Ginger #A09128

Tints of Lemon Ginger #A09128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 46.38%
G = 42.03%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A09128 (or 0xA09128) is known color: Lemon Ginger. HEX triplet: A0, 91 and 28. RGB value is (160,145,40). Sum of RGB (Red+Green+Blue) = 160+145+40=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A09128 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09128 is #5F6ED7. Grayscale: #898989. Windows color (decimal): -6254296 or 2658720. OLE color: 2658720.

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

Color convert

RGB 160 145 40 -
CMYK 0 0.09 0.75 0.37
HSL 52.5º 0.6% 0.39% -
HSV(B) 52.5º 0.75% 0.63% -
XYZ 25.01 27.88 6.07 -
YUV 137.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 160 145 40 0 0.09 0.75 0.37 52.5 0.6 0.39
Hex A0 91 28 0 9 4B 25 34 3C 27
Octal 240 221 50 0 11 113 45 64 74 47
Binary 10100000 10010001 101000 0 1001 1001011 100101 110100 111100 100111

Color Harmonies of #A09128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09128

Black with #A09128

Text Example


Text Example

White with #A09128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09128; }

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

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

background-color css

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

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

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

border-color css

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

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

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