Html Css Color HEX #A6A02A Lucky

📋 copy color: '#A6A02A'

red 166 ◦ green 160 ◦ blue 42

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

Shades of Lucky #A6A02A

Tints of Lucky #A6A02A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.41%

R = 45.11%
G = 43.48%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6A02A (or 0xA6A02A) is known color: Lucky. HEX triplet: A6, A0 and 2A. RGB value is (166,160,42). Sum of RGB (Red+Green+Blue) = 166+160+42=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A02A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A02A is #595FD5. Grayscale: #949494. Windows color (decimal): -5857238 or 2793638. OLE color: 2793638.

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

Color convert

RGB 166 160 42 -
CMYK 0 0.04 0.75 0.35
HSL 57.1º 0.6% 0.41% -
HSV(B) 57.1º 0.75% 0.65% -
XYZ 28.71 33.42 7.13 -
YUV 148.34 67.99 140.59 -
System Red Green Blue C M Y K H S L
Decimal 166 160 42 0 0.04 0.75 0.35 57.1 0.6 0.41
Hex A6 A0 2A 0 4 4B 23 39 3C 29
Octal 246 240 52 0 4 113 43 71 74 51
Binary 10100110 10100000 101010 0 100 1001011 100011 111001 111100 101001

Color Harmonies of #A6A02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A02A

Black with #A6A02A

Text Example


Text Example

White with #A6A02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A02A; }

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

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

background-color css

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

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

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

border-color css

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

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

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