Html Css Color HEX #A7960B Lucky

📋 copy color: '#A7960B'

red 167 ◦ green 150 ◦ blue 11

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

Shades of Lucky #A7960B

Tints of Lucky #A7960B

RGB

 RED value IS 167 (65.63% from 255) = 50.91%

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

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

R = 50.91%
G = 45.73%
B = 3.35%

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

#A7960B (or 0xA7960B) is known color: Lucky. HEX triplet: A7, 96 and 0B. RGB value is (167,150,11). Sum of RGB (Red+Green+Blue) = 167+150+11=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7960B is #5869F4. Grayscale: #8B8B8B. Windows color (decimal): -5794293 or 759463. OLE color: 759463.

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

Color convert

RGB 167 150 11 -
CMYK 0 0.10 0.93 0.35
HSL 53.46º 0.88% 0.35% -
HSV(B) 53.46º 0.93% 0.65% -
XYZ 26.9 30.05 4.7 -
YUV 139.24 55.63 147.8 -
System Red Green Blue C M Y K H S L
Decimal 167 150 11 0 0.10 0.93 0.35 53.46 0.88 0.35
Hex A7 96 B 0 A 5D 23 35 58 23
Octal 247 226 13 0 12 135 43 65 130 43
Binary 10100111 10010110 1011 0 1010 1011101 100011 110101 1011000 100011

Color Harmonies of #A7960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7960B

Black with #A7960B

Text Example


Text Example

White with #A7960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7960B; }

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

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

background-color css

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

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

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

border-color css

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

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

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