Html Css Color HEX #A09C10 Lucky

📋 copy color: '#A09C10'

red 160 ◦ green 156 ◦ blue 16

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

Shades of Lucky #A09C10

Tints of Lucky #A09C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.99%

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

R = 48.19%
G = 46.99%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A09C10 (or 0xA09C10) is known color: Lucky. HEX triplet: A0, 9C and 10. RGB value is (160,156,16). Sum of RGB (Red+Green+Blue) = 160+156+16=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09C10 is #5F63EF. Grayscale: #8D8D8D. Windows color (decimal): -6251504 or 1088672. OLE color: 1088672.

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

Color convert

RGB 160 156 16 -
CMYK 0 0.02 0.9 0.37
HSL 58.33º 0.82% 0.35% -
HSV(B) 58.33º 0.9% 0.63% -
XYZ 26.48 31.29 5.13 -
YUV 141.24 57.33 141.38 -
System Red Green Blue C M Y K H S L
Decimal 160 156 16 0 0.02 0.9 0.37 58.33 0.82 0.35
Hex A0 9C 10 0 2 5A 25 3A 52 23
Octal 240 234 20 0 2 132 45 72 122 43
Binary 10100000 10011100 10000 0 10 1011010 100101 111010 1010010 100011

Color Harmonies of #A09C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09C10

Black with #A09C10

Text Example


Text Example

White with #A09C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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