Html Css Color HEX #A7A220 Lucky

📋 copy color: '#A7A220'

red 167 ◦ green 162 ◦ blue 32

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

Shades of Lucky #A7A220

Tints of Lucky #A7A220

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.88%

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 46.26%
G = 44.88%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7A220 (or 0xA7A220) is known color: Lucky. HEX triplet: A7, A2 and 20. RGB value is (167,162,32). Sum of RGB (Red+Green+Blue) = 167+162+32=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7A220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7A220 is #585DDF. Grayscale: #959595. Windows color (decimal): -5791200 or 2138791. OLE color: 2138791.

HSL color Cylindrical-coordinate representation of color #A7A220: hue angle of 57.78º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7A220 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 162 32 -
CMYK 0 0.03 0.81 0.35
HSL 57.78º 0.68% 0.39% -
HSV(B) 57.78º 0.81% 0.65% -
XYZ 29.12 34.16 6.43 -
YUV 148.68 62.16 141.07 -
System Red Green Blue C M Y K H S L
Decimal 167 162 32 0 0.03 0.81 0.35 57.78 0.68 0.39
Hex A7 A2 20 0 3 51 23 3A 44 27
Octal 247 242 40 0 3 121 43 72 104 47
Binary 10100111 10100010 100000 0 11 1010001 100011 111010 1000100 100111

Color Harmonies of #A7A220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7A220

Black with #A7A220

Text Example


Text Example

White with #A7A220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7A220; }

 p { color: rgb(167,162,32); }

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

background-color css

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

 a { background-color: rgb(167,162,32); }

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

border-color css

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

 span { border-color: rgb(167,162,32); }

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