Html Css Color HEX #A6A325 Lucky

📋 copy color: '#A6A325'

red 166 ◦ green 163 ◦ blue 37

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

Shades of Lucky #A6A325

Tints of Lucky #A6A325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.11%

R = 45.36%
G = 44.54%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A6A325 (or 0xA6A325) is known color: Lucky. HEX triplet: A6, A3 and 25. RGB value is (166,163,37). Sum of RGB (Red+Green+Blue) = 166+163+37=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A325 is #595CDA. Grayscale: #969696. Windows color (decimal): -5856475 or 2466726. OLE color: 2466726.

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

Color convert

RGB 166 163 37 -
CMYK 0 0.02 0.78 0.35
HSL 58.6º 0.64% 0.4% -
HSV(B) 58.6º 0.78% 0.65% -
XYZ 29.16 34.43 6.86 -
YUV 149.53 64.49 139.75 -
System Red Green Blue C M Y K H S L
Decimal 166 163 37 0 0.02 0.78 0.35 58.6 0.64 0.4
Hex A6 A3 25 0 2 4E 23 3B 40 28
Octal 246 243 45 0 2 116 43 73 100 50
Binary 10100110 10100011 100101 0 10 1001110 100011 111011 1000000 101000

Color Harmonies of #A6A325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A325

Black with #A6A325

Text Example


Text Example

White with #A6A325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A325; }

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

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

background-color css

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

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

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

border-color css

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

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

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