Html Css Color HEX #A7A011 Lucky

📋 copy color: '#A7A011'

red 167 ◦ green 160 ◦ blue 17

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

Shades of Lucky #A7A011

Tints of Lucky #A7A011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.51%

 BLUE value IS 17 (7.03% from 255) = 4.94%

R = 48.55%
G = 46.51%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A7A011 (or 0xA7A011) is known color: Lucky. HEX triplet: A7, A0 and 11. RGB value is (167,160,17). Sum of RGB (Red+Green+Blue) = 167+160+17=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 160 (62.89% from 255 or 46.51% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7A011 is #585FEE. Grayscale: #929292. Windows color (decimal): -5791727 or 1155239. OLE color: 1155239.

HSL color Cylindrical-coordinate representation of color #A7A011: hue angle of 57.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7A011 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 160 17 -
CMYK 0 0.04 0.90 0.35
HSL 57.2º 0.82% 0.36% -
HSV(B) 57.2º 0.9% 0.65% -
XYZ 28.61 33.4 5.47 -
YUV 145.79 55.32 143.13 -
System Red Green Blue C M Y K H S L
Decimal 167 160 17 0 0.04 0.90 0.35 57.2 0.82 0.36
Hex A7 A0 11 0 4 5A 23 39 52 24
Octal 247 240 21 0 4 132 43 71 122 44
Binary 10100111 10100000 10001 0 100 1011010 100011 111001 1010010 100100

Color Harmonies of #A7A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A011

Black with #A7A011

Text Example


Text Example

White with #A7A011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A011; }

 p { color: rgb(167,160,17); }

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

background-color css

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

 a { background-color: rgb(167,160,17); }

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

border-color css

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

 span { border-color: rgb(167,160,17); }

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