Html Css Color HEX #A09910 Lucky

📋 copy color: '#A09910'

red 160 ◦ green 153 ◦ blue 16

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

Shades of Lucky #A09910

Tints of Lucky #A09910

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.5%

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

R = 48.63%
G = 46.5%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A09910 (or 0xA09910) is known color: Lucky. HEX triplet: A0, 99 and 10. RGB value is (160,153,16). Sum of RGB (Red+Green+Blue) = 160+153+16=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A09910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09910 is #5F66EF. Grayscale: #8C8C8C. Windows color (decimal): -6252272 or 1087904. OLE color: 1087904.

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

Color convert

RGB 160 153 16 -
CMYK 0 0.04 0.9 0.37
HSL 57.08º 0.82% 0.35% -
HSV(B) 57.08º 0.9% 0.63% -
XYZ 25.98 30.29 4.97 -
YUV 139.48 58.32 142.64 -
System Red Green Blue C M Y K H S L
Decimal 160 153 16 0 0.04 0.9 0.37 57.08 0.82 0.35
Hex A0 99 10 0 4 5A 25 39 52 23
Octal 240 231 20 0 4 132 45 71 122 43
Binary 10100000 10011001 10000 0 100 1011010 100101 111001 1010010 100011

Color Harmonies of #A09910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09910

Black with #A09910

Text Example


Text Example

White with #A09910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09910; }

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

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

background-color css

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

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

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

border-color css

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

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

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