Html Css Color HEX #A6A01E Lucky

📋 copy color: '#A6A01E'

red 166 ◦ green 160 ◦ blue 30

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

Shades of Lucky #A6A01E

Tints of Lucky #A6A01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.43%

R = 46.63%
G = 44.94%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A6A01E (or 0xA6A01E) is known color: Lucky. HEX triplet: A6, A0 and 1E. RGB value is (166,160,30). Sum of RGB (Red+Green+Blue) = 166+160+30=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A01E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A01E is #595FE1. Grayscale: #939393. Windows color (decimal): -5857250 or 2007206. OLE color: 2007206.

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

Color convert

RGB 166 160 30 -
CMYK 0 0.04 0.82 0.35
HSL 57.35º 0.69% 0.38% -
HSV(B) 57.35º 0.82% 0.65% -
XYZ 28.53 33.34 6.16 -
YUV 146.97 61.99 141.57 -
System Red Green Blue C M Y K H S L
Decimal 166 160 30 0 0.04 0.82 0.35 57.35 0.69 0.38
Hex A6 A0 1E 0 4 52 23 39 45 26
Octal 246 240 36 0 4 122 43 71 105 46
Binary 10100110 10100000 11110 0 100 1010010 100011 111001 1000101 100110

Color Harmonies of #A6A01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A01E

Black with #A6A01E

Text Example


Text Example

White with #A6A01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A01E; }

 p { color: rgb(166,160,30); }

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

background-color css

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

 a { background-color: rgb(166,160,30); }

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

border-color css

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

 span { border-color: rgb(166,160,30); }

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