Html Css Color HEX #A6A00F Lucky

📋 copy color: '#A6A00F'

red 166 ◦ green 160 ◦ blue 15

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

Shades of Lucky #A6A00F

Tints of Lucky #A6A00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.4%

R = 48.68%
G = 46.92%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6A00F (or 0xA6A00F) is known color: Lucky. HEX triplet: A6, A0 and 0F. RGB value is (166,160,15). Sum of RGB (Red+Green+Blue) = 166+160+15=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6A00F is #595FF0. Grayscale: #919191. Windows color (decimal): -5857265 or 1024166. OLE color: 1024166.

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

Color convert

RGB 166 160 15 -
CMYK 0 0.04 0.91 0.35
HSL 57.62º 0.83% 0.35% -
HSV(B) 57.62º 0.91% 0.65% -
XYZ 28.38 33.28 5.38 -
YUV 145.26 54.49 142.79 -
System Red Green Blue C M Y K H S L
Decimal 166 160 15 0 0.04 0.91 0.35 57.62 0.83 0.35
Hex A6 A0 F 0 4 5B 23 3A 53 23
Octal 246 240 17 0 4 133 43 72 123 43
Binary 10100110 10100000 1111 0 100 1011011 100011 111010 1010011 100011

Color Harmonies of #A6A00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A00F

Black with #A6A00F

Text Example


Text Example

White with #A6A00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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