Html Css Color HEX #A6952A Lucky

📋 copy color: '#A6952A'

red 166 ◦ green 149 ◦ blue 42

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

Shades of Lucky #A6952A

Tints of Lucky #A6952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.74%

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

R = 46.5%
G = 41.74%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A6952A (or 0xA6952A) is known color: Lucky. HEX triplet: A6, 95 and 2A. RGB value is (166,149,42). Sum of RGB (Red+Green+Blue) = 166+149+42=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 42 (16.80% from 255 or 11.76% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6952A is #596AD5. Grayscale: #8E8E8E. Windows color (decimal): -5860054 or 2790822. OLE color: 2790822.

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

Color convert

RGB 166 149 42 -
CMYK 0 0.10 0.75 0.35
HSL 51.77º 0.6% 0.41% -
HSV(B) 51.77º 0.75% 0.65% -
XYZ 26.89 29.77 6.52 -
YUV 141.89 71.63 145.2 -
System Red Green Blue C M Y K H S L
Decimal 166 149 42 0 0.10 0.75 0.35 51.77 0.6 0.41
Hex A6 95 2A 0 A 4B 23 34 3C 29
Octal 246 225 52 0 12 113 43 64 74 51
Binary 10100110 10010101 101010 0 1010 1001011 100011 110100 111100 101001

Color Harmonies of #A6952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6952A

Black with #A6952A

Text Example


Text Example

White with #A6952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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