Html Css Color HEX #A6A22A Lucky

📋 copy color: '#A6A22A'

red 166 ◦ green 162 ◦ blue 42

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

Shades of Lucky #A6A22A

Tints of Lucky #A6A22A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.35%

R = 44.86%
G = 43.78%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6A22A (or 0xA6A22A) is known color: Lucky. HEX triplet: A6, A2 and 2A. RGB value is (166,162,42). Sum of RGB (Red+Green+Blue) = 166+162+42=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A22A is #595DD5. Grayscale: #969696. Windows color (decimal): -5856726 or 2794150. OLE color: 2794150.

HSL color Cylindrical-coordinate representation of color #A6A22A: hue angle of 58.06º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6A22A is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 162 42 -
CMYK 0 0.02 0.75 0.35
HSL 58.06º 0.6% 0.41% -
HSV(B) 58.06º 0.75% 0.65% -
XYZ 29.06 34.11 7.24 -
YUV 149.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 166 162 42 0 0.02 0.75 0.35 58.06 0.6 0.41
Hex A6 A2 2A 0 2 4B 23 3A 3C 29
Octal 246 242 52 0 2 113 43 72 74 51
Binary 10100110 10100010 101010 0 10 1001011 100011 111010 111100 101001

Color Harmonies of #A6A22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A22A

Black with #A6A22A

Text Example


Text Example

White with #A6A22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A22A; }

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

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

background-color css

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

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

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

border-color css

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

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

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