Html Css Color HEX #A6A514 Lucky

📋 copy color: '#A6A514'

red 166 ◦ green 165 ◦ blue 20

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

Shades of Lucky #A6A514

Tints of Lucky #A6A514

RGB

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

 GREEN value IS 165 (64.84% from 255) = 47.01%

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 47.29%
G = 47.01%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A6A514 (or 0xA6A514) is known color: Lucky. HEX triplet: A6, A5 and 14. RGB value is (166,165,20). Sum of RGB (Red+Green+Blue) = 166+165+20=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A514 is #595AEB. Grayscale: #959595. Windows color (decimal): -5855980 or 1353126. OLE color: 1353126.

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

Color convert

RGB 166 165 20 -
CMYK 0 0.01 0.88 0.35
HSL 59.59º 0.78% 0.36% -
HSV(B) 59.59º 0.88% 0.65% -
XYZ 29.31 35.07 5.89 -
YUV 148.77 55.33 140.29 -
System Red Green Blue C M Y K H S L
Decimal 166 165 20 0 0.01 0.88 0.35 59.59 0.78 0.36
Hex A6 A5 14 0 1 58 23 3C 4E 24
Octal 246 245 24 0 1 130 43 74 116 44
Binary 10100110 10100101 10100 0 1 1011000 100011 111100 1001110 100100

Color Harmonies of #A6A514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A514

Black with #A6A514

Text Example


Text Example

White with #A6A514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A514; }

 p { color: rgb(166,165,20); }

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

background-color css

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

 a { background-color: rgb(166,165,20); }

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

border-color css

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

 span { border-color: rgb(166,165,20); }

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