Html Css Color HEX #A0960C Lucky

📋 copy color: '#A0960C'

red 160 ◦ green 150 ◦ blue 12

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

Shades of Lucky #A0960C

Tints of Lucky #A0960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.58%

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

R = 49.69%
G = 46.58%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0960C (or 0xA0960C) is known color: Lucky. HEX triplet: A0, 96 and 0C. RGB value is (160,150,12). Sum of RGB (Red+Green+Blue) = 160+150+12=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0960C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0960C is #5F69F3. Grayscale: #898989. Windows color (decimal): -6253044 or 824992. OLE color: 824992.

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

Color convert

RGB 160 150 12 -
CMYK 0 0.06 0.93 0.37
HSL 55.95º 0.86% 0.34% -
HSV(B) 55.95º 0.93% 0.63% -
XYZ 25.47 29.31 4.66 -
YUV 137.26 57.31 144.22 -
System Red Green Blue C M Y K H S L
Decimal 160 150 12 0 0.06 0.93 0.37 55.95 0.86 0.34
Hex A0 96 C 0 6 5D 25 38 56 22
Octal 240 226 14 0 6 135 45 70 126 42
Binary 10100000 10010110 1100 0 110 1011101 100101 111000 1010110 100010

Color Harmonies of #A0960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0960C

Black with #A0960C

Text Example


Text Example

White with #A0960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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