Html Css Color HEX #A09025 Lemon Ginger

📋 copy color: '#A09025'

red 160 ◦ green 144 ◦ blue 37

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

Shades of Lemon Ginger #A09025

Tints of Lemon Ginger #A09025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.85%

R = 46.92%
G = 42.23%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A09025 (or 0xA09025) is known color: Lemon Ginger. HEX triplet: A0, 90 and 25. RGB value is (160,144,37). Sum of RGB (Red+Green+Blue) = 160+144+37=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 37 (14.84% from 255 or 10.85% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A09025 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09025 is #5F6FDA. Grayscale: #898989. Windows color (decimal): -6254555 or 2461856. OLE color: 2461856.

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

Color convert

RGB 160 144 37 -
CMYK 0 0.1 0.77 0.37
HSL 52.2º 0.62% 0.39% -
HSV(B) 52.2º 0.77% 0.63% -
XYZ 24.8 27.55 5.76 -
YUV 136.59 71.8 144.7 -
System Red Green Blue C M Y K H S L
Decimal 160 144 37 0 0.1 0.77 0.37 52.2 0.62 0.39
Hex A0 90 25 0 A 4D 25 34 3E 27
Octal 240 220 45 0 12 115 45 64 76 47
Binary 10100000 10010000 100101 0 1010 1001101 100101 110100 111110 100111

Color Harmonies of #A09025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09025

Black with #A09025

Text Example


Text Example

White with #A09025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09025; }

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

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

background-color css

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

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

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

border-color css

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

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

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