Html Css Color HEX #A09224 Lucky

📋 copy color: '#A09224'

red 160 ◦ green 146 ◦ blue 36

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

Shades of Lucky #A09224

Tints of Lucky #A09224

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.69%

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

R = 46.78%
G = 42.69%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A09224 (or 0xA09224) is known color: Lucky. HEX triplet: A0, 92 and 24. RGB value is (160,146,36). Sum of RGB (Red+Green+Blue) = 160+146+36=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A09224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09224 is #5F6DDB. Grayscale: #8A8A8A. Windows color (decimal): -6254044 or 2396832. OLE color: 2396832.

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

Color convert

RGB 160 146 36 -
CMYK 0 0.09 0.78 0.37
HSL 53.23º 0.63% 0.38% -
HSV(B) 53.23º 0.78% 0.63% -
XYZ 25.09 28.16 5.78 -
YUV 137.65 70.64 143.94 -
System Red Green Blue C M Y K H S L
Decimal 160 146 36 0 0.09 0.78 0.37 53.23 0.63 0.38
Hex A0 92 24 0 9 4E 25 35 3F 26
Octal 240 222 44 0 11 116 45 65 77 46
Binary 10100000 10010010 100100 0 1001 1001110 100101 110101 111111 100110

Color Harmonies of #A09224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09224

Black with #A09224

Text Example


Text Example

White with #A09224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09224; }

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

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

background-color css

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

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

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

border-color css

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

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

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