Html Css Color HEX #A09C0C Lucky

📋 copy color: '#A09C0C'

red 160 ◦ green 156 ◦ blue 12

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

Shades of Lucky #A09C0C

Tints of Lucky #A09C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.66%

R = 48.78%
G = 47.56%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A09C0C (or 0xA09C0C) is known color: Lucky. HEX triplet: A0, 9C and 0C. RGB value is (160,156,12). Sum of RGB (Red+Green+Blue) = 160+156+12=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09C0C is #5F63F3. Grayscale: #8D8D8D. Windows color (decimal): -6251508 or 826528. OLE color: 826528.

HSL color Cylindrical-coordinate representation of color #A09C0C: hue angle of 58.38º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A09C0C is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 156 12 -
CMYK 0 0.02 0.93 0.37
HSL 58.38º 0.86% 0.34% -
HSV(B) 58.38º 0.93% 0.63% -
XYZ 26.45 31.28 4.99 -
YUV 140.78 55.33 141.71 -
System Red Green Blue C M Y K H S L
Decimal 160 156 12 0 0.02 0.93 0.37 58.38 0.86 0.34
Hex A0 9C C 0 2 5D 25 3A 56 22
Octal 240 234 14 0 2 135 45 72 126 42
Binary 10100000 10011100 1100 0 10 1011101 100101 111010 1010110 100010

Color Harmonies of #A09C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09C0C

Black with #A09C0C

Text Example


Text Example

White with #A09C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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