Html Css Color HEX #A6495D Hippie Pink

📋 copy color: '#A6495D'

red 166 ◦ green 73 ◦ blue 93

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

Shades of Hippie Pink #A6495D

Tints of Hippie Pink #A6495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

 BLUE value IS 93 (36.72% from 255) = 28.01%

R = 50%
G = 21.99%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6495D (or 0xA6495D) is known color: Hippie Pink. HEX triplet: A6, 49 and 5D. RGB value is (166,73,93). Sum of RGB (Red+Green+Blue) = 166+73+93=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6495D is #59B6A2. Grayscale: #676767. Windows color (decimal): -5879459 or 6113702. OLE color: 6113702.

HSL color Cylindrical-coordinate representation of color #A6495D: hue angle of 347.1º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6495D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 73 93 -
CMYK 0 0.56 0.44 0.35
HSL 347.1º 0.39% 0.47% -
HSV(B) 347.1º 0.56% 0.65% -
XYZ 20.08 13.66 11.93 -
YUV 103.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 166 73 93 0 0.56 0.44 0.35 347.1 0.39 0.47
Hex A6 49 5D 0 38 2C 23 15B 27 2F
Octal 246 111 135 0 70 54 43 533 47 57
Binary 10100110 1001001 1011101 0 111000 101100 100011 101011011 100111 101111

Color Harmonies of #A6495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6495D

Black with #A6495D

Text Example


Text Example

White with #A6495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6495D; }

 p { color: rgb(166,73,93); }

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

background-color css

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

 a { background-color: rgb(166,73,93); }

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

border-color css

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

 span { border-color: rgb(166,73,93); }

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