Html Css Color HEX #A7960A Lucky

📋 copy color: '#A7960A'

red 167 ◦ green 150 ◦ blue 10

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

Shades of Lucky #A7960A

Tints of Lucky #A7960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.06%

R = 51.07%
G = 45.87%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A7960A (or 0xA7960A) is known color: Lucky. HEX triplet: A7, 96 and 0A. RGB value is (167,150,10). Sum of RGB (Red+Green+Blue) = 167+150+10=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A7960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7960A is #5869F5. Grayscale: #8B8B8B. Windows color (decimal): -5794294 or 693927. OLE color: 693927.

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

Color convert

RGB 167 150 10 -
CMYK 0 0.10 0.94 0.35
HSL 53.5º 0.89% 0.35% -
HSV(B) 53.5º 0.94% 0.65% -
XYZ 26.9 30.05 4.67 -
YUV 139.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 167 150 10 0 0.10 0.94 0.35 53.5 0.89 0.35
Hex A7 96 A 0 A 5E 23 36 59 23
Octal 247 226 12 0 12 136 43 66 131 43
Binary 10100111 10010110 1010 0 1010 1011110 100011 110110 1011001 100011

Color Harmonies of #A7960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7960A

Black with #A7960A

Text Example


Text Example

White with #A7960A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7960A; }

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

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

background-color css

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

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

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

border-color css

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

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

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