Html Css Color HEX #A09510 Lucky

📋 copy color: '#A09510'

red 160 ◦ green 149 ◦ blue 16

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

Shades of Lucky #A09510

Tints of Lucky #A09510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.85%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 49.23%
G = 45.85%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A09510 (or 0xA09510) is known color: Lucky. HEX triplet: A0, 95 and 10. RGB value is (160,149,16). Sum of RGB (Red+Green+Blue) = 160+149+16=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A09510 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09510 is #5F6AEF. Grayscale: #898989. Windows color (decimal): -6253296 or 1086880. OLE color: 1086880.

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

Color convert

RGB 160 149 16 -
CMYK 0 0.07 0.9 0.37
HSL 55.42º 0.82% 0.35% -
HSV(B) 55.42º 0.9% 0.63% -
XYZ 25.34 29.01 4.75 -
YUV 137.13 59.64 144.31 -
System Red Green Blue C M Y K H S L
Decimal 160 149 16 0 0.07 0.9 0.37 55.42 0.82 0.35
Hex A0 95 10 0 7 5A 25 37 52 23
Octal 240 225 20 0 7 132 45 67 122 43
Binary 10100000 10010101 10000 0 111 1011010 100101 110111 1010010 100011

Color Harmonies of #A09510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09510

Black with #A09510

Text Example


Text Example

White with #A09510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09510; }

 p { color: rgb(160,149,16); }

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

background-color css

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

 a { background-color: rgb(160,149,16); }

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

border-color css

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

 span { border-color: rgb(160,149,16); }

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