Html Css Color HEX #A6A326 Lucky

📋 copy color: '#A6A326'

red 166 ◦ green 163 ◦ blue 38

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

Shades of Lucky #A6A326

Tints of Lucky #A6A326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.35%

R = 45.23%
G = 44.41%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A6A326 (or 0xA6A326) is known color: Lucky. HEX triplet: A6, A3 and 26. RGB value is (166,163,38). Sum of RGB (Red+Green+Blue) = 166+163+38=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A326 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A326 is #595CD9. Grayscale: #969696. Windows color (decimal): -5856474 or 2532262. OLE color: 2532262.

HSL color Cylindrical-coordinate representation of color #A6A326: hue angle of 58.59º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6A326 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 163 38 -
CMYK 0 0.02 0.77 0.35
HSL 58.59º 0.63% 0.4% -
HSV(B) 58.59º 0.77% 0.65% -
XYZ 29.17 34.44 6.94 -
YUV 149.65 64.99 139.66 -
System Red Green Blue C M Y K H S L
Decimal 166 163 38 0 0.02 0.77 0.35 58.59 0.63 0.4
Hex A6 A3 26 0 2 4D 23 3B 3F 28
Octal 246 243 46 0 2 115 43 73 77 50
Binary 10100110 10100011 100110 0 10 1001101 100011 111011 111111 101000

Color Harmonies of #A6A326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A326

Black with #A6A326

Text Example


Text Example

White with #A6A326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A326; }

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

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

background-color css

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

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

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

border-color css

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

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

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