Html Css Color HEX #A6A314 Lucky

📋 copy color: '#A6A314'

red 166 ◦ green 163 ◦ blue 20

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

Shades of Lucky #A6A314

Tints of Lucky #A6A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.7%

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

R = 47.56%
G = 46.7%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A6A314 (or 0xA6A314) is known color: Lucky. HEX triplet: A6, A3 and 14. RGB value is (166,163,20). Sum of RGB (Red+Green+Blue) = 166+163+20=349 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.56% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A314 is #595CEB. Grayscale: #949494. Windows color (decimal): -5856492 or 1352614. OLE color: 1352614.

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

Color convert

RGB 166 163 20 -
CMYK 0 0.02 0.88 0.35
HSL 58.77º 0.78% 0.36% -
HSV(B) 58.77º 0.88% 0.65% -
XYZ 28.95 34.35 5.77 -
YUV 147.6 55.99 141.13 -
System Red Green Blue C M Y K H S L
Decimal 166 163 20 0 0.02 0.88 0.35 58.77 0.78 0.36
Hex A6 A3 14 0 2 58 23 3B 4E 24
Octal 246 243 24 0 2 130 43 73 116 44
Binary 10100110 10100011 10100 0 10 1011000 100011 111011 1001110 100100

Color Harmonies of #A6A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A314

Black with #A6A314

Text Example


Text Example

White with #A6A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A314; }

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

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

background-color css

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

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

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

border-color css

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

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

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