Html Css Color HEX #A09225 Lucky

📋 copy color: '#A09225'

red 160 ◦ green 146 ◦ blue 37

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

Shades of Lucky #A09225

Tints of Lucky #A09225

RGB

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

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

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

R = 46.65%
G = 42.57%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A09225 (or 0xA09225) is known color: Lucky. HEX triplet: A0, 92 and 25. RGB value is (160,146,37). Sum of RGB (Red+Green+Blue) = 160+146+37=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A09225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09225 is #5F6DDA. Grayscale: #8A8A8A. Windows color (decimal): -6254043 or 2462368. OLE color: 2462368.

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

Color convert

RGB 160 146 37 -
CMYK 0 0.09 0.77 0.37
HSL 53.17º 0.62% 0.39% -
HSV(B) 53.17º 0.77% 0.63% -
XYZ 25.11 28.16 5.86 -
YUV 137.76 71.14 143.86 -
System Red Green Blue C M Y K H S L
Decimal 160 146 37 0 0.09 0.77 0.37 53.17 0.62 0.39
Hex A0 92 25 0 9 4D 25 35 3E 27
Octal 240 222 45 0 11 115 45 65 76 47
Binary 10100000 10010010 100101 0 1001 1001101 100101 110101 111110 100111

Color Harmonies of #A09225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09225

Black with #A09225

Text Example


Text Example

White with #A09225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09225; }

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

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

background-color css

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

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

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

border-color css

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

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

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