Html Css Color HEX #A6A220 Lucky

📋 copy color: '#A6A220'

red 166 ◦ green 162 ◦ blue 32

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

Shades of Lucky #A6A220

Tints of Lucky #A6A220

RGB

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

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

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

R = 46.11%
G = 45%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A6A220 (or 0xA6A220) is known color: Lucky. HEX triplet: A6, A2 and 20. RGB value is (166,162,32). Sum of RGB (Red+Green+Blue) = 166+162+32=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A220 is #595DDF. Grayscale: #949494. Windows color (decimal): -5856736 or 2138790. OLE color: 2138790.

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

Color convert

RGB 166 162 32 -
CMYK 0 0.02 0.81 0.35
HSL 58.21º 0.68% 0.39% -
HSV(B) 58.21º 0.81% 0.65% -
XYZ 28.91 34.05 6.42 -
YUV 148.38 62.33 140.57 -
System Red Green Blue C M Y K H S L
Decimal 166 162 32 0 0.02 0.81 0.35 58.21 0.68 0.39
Hex A6 A2 20 0 2 51 23 3A 44 27
Octal 246 242 40 0 2 121 43 72 104 47
Binary 10100110 10100010 100000 0 10 1010001 100011 111010 1000100 100111

Color Harmonies of #A6A220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A220

Black with #A6A220

Text Example


Text Example

White with #A6A220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A220; }

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

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

background-color css

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

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

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

border-color css

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

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

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