Html Css Color HEX #A6960B Lucky

📋 copy color: '#A6960B'

red 166 ◦ green 150 ◦ blue 11

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

Shades of Lucky #A6960B

Tints of Lucky #A6960B

RGB

 RED value IS 166 (65.23% from 255) = 50.76%

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

 BLUE value IS 11 (4.69% from 255) = 3.36%

R = 50.76%
G = 45.87%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6960B (or 0xA6960B) is known color: Lucky. HEX triplet: A6, 96 and 0B. RGB value is (166,150,11). Sum of RGB (Red+Green+Blue) = 166+150+11=327 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.76% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 166 - color contains mainly: red. Hex color #A6960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6960B is #5969F4. Grayscale: #8B8B8B. Windows color (decimal): -5859829 or 759462. OLE color: 759462.

HSL color Cylindrical-coordinate representation of color #A6960B: hue angle of 53.81º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6960B is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 150 11 -
CMYK 0 0.10 0.93 0.35
HSL 53.81º 0.88% 0.35% -
HSV(B) 53.81º 0.93% 0.65% -
XYZ 26.69 29.94 4.69 -
YUV 138.94 55.8 147.3 -
System Red Green Blue C M Y K H S L
Decimal 166 150 11 0 0.10 0.93 0.35 53.81 0.88 0.35
Hex A6 96 B 0 A 5D 23 36 58 23
Octal 246 226 13 0 12 135 43 66 130 43
Binary 10100110 10010110 1011 0 1010 1011101 100011 110110 1011000 100011

Color Harmonies of #A6960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6960B

Black with #A6960B

Text Example


Text Example

White with #A6960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6960B; }

 p { color: rgb(166,150,11); }

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

background-color css

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

 a { background-color: rgb(166,150,11); }

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

border-color css

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

 span { border-color: rgb(166,150,11); }

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