Html Css Color HEX #A09115 Lucky

📋 copy color: '#A09115'

red 160 ◦ green 145 ◦ blue 21

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

Shades of Lucky #A09115

Tints of Lucky #A09115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.44%

R = 49.08%
G = 44.48%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A09115 (or 0xA09115) is known color: Lucky. HEX triplet: A0, 91 and 15. RGB value is (160,145,21). Sum of RGB (Red+Green+Blue) = 160+145+21=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A09115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09115 is #5F6EEA. Grayscale: #878787. Windows color (decimal): -6254315 or 1413536. OLE color: 1413536.

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

Color convert

RGB 160 145 21 -
CMYK 0 0.09 0.87 0.37
HSL 53.53º 0.77% 0.35% -
HSV(B) 53.53º 0.87% 0.63% -
XYZ 24.76 27.78 4.77 -
YUV 135.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 160 145 21 0 0.09 0.87 0.37 53.53 0.77 0.35
Hex A0 91 15 0 9 57 25 36 4D 23
Octal 240 221 25 0 11 127 45 66 115 43
Binary 10100000 10010001 10101 0 1001 1010111 100101 110110 1001101 100011

Color Harmonies of #A09115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09115

Black with #A09115

Text Example


Text Example

White with #A09115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09115; }

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

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

background-color css

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

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

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

border-color css

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

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

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