Html Css Color HEX #A6A42E Lucky

📋 copy color: '#A6A42E'

red 166 ◦ green 164 ◦ blue 46

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

Shades of Lucky #A6A42E

Tints of Lucky #A6A42E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.62%

 BLUE value IS 46 (18.36% from 255) = 12.23%

R = 44.15%
G = 43.62%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A6A42E (or 0xA6A42E) is known color: Lucky. HEX triplet: A6, A4 and 2E. RGB value is (166,164,46). Sum of RGB (Red+Green+Blue) = 166+164+46=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 46 (18.36% from 255 or 12.23% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A42E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A42E is #595BD1. Grayscale: #979797. Windows color (decimal): -5856210 or 3056806. OLE color: 3056806.

HSL color Cylindrical-coordinate representation of color #A6A42E: hue angle of 59º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A6A42E is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 164 46 -
CMYK 0 0.01 0.72 0.35
HSL 59º 0.57% 0.42% -
HSV(B) 59º 0.72% 0.65% -
XYZ 29.49 34.86 7.76 -
YUV 151.15 68.66 138.59 -
System Red Green Blue C M Y K H S L
Decimal 166 164 46 0 0.01 0.72 0.35 59 0.57 0.42
Hex A6 A4 2E 0 1 48 23 3B 39 2A
Octal 246 244 56 0 1 110 43 73 71 52
Binary 10100110 10100100 101110 0 1 1001000 100011 111011 111001 101010

Color Harmonies of #A6A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A42E

Black with #A6A42E

Text Example


Text Example

White with #A6A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A42E; }

 p { color: rgb(166,164,46); }

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

background-color css

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

 a { background-color: rgb(166,164,46); }

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

border-color css

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

 span { border-color: rgb(166,164,46); }

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