Html Css Color HEX #A6495C Hippie Pink

📋 copy color: '#A6495C'

red 166 ◦ green 73 ◦ blue 92

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

Shades of Hippie Pink #A6495C

Tints of Hippie Pink #A6495C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 50.15%
G = 22.05%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6495C (or 0xA6495C) is known color: Hippie Pink. HEX triplet: A6, 49 and 5C. RGB value is (166,73,92). Sum of RGB (Red+Green+Blue) = 166+73+92=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6495C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6495C is #59B6A3. Grayscale: #666666. Windows color (decimal): -5879460 or 6048166. OLE color: 6048166.

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

Color convert

RGB 166 73 92 -
CMYK 0 0.56 0.45 0.35
HSL 347.74º 0.39% 0.47% -
HSV(B) 347.74º 0.56% 0.65% -
XYZ 20.04 13.64 11.7 -
YUV 102.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 166 73 92 0 0.56 0.45 0.35 347.74 0.39 0.47
Hex A6 49 5C 0 38 2D 23 15C 27 2F
Octal 246 111 134 0 70 55 43 534 47 57
Binary 10100110 1001001 1011100 0 111000 101101 100011 101011100 100111 101111

Color Harmonies of #A6495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6495C

Black with #A6495C

Text Example


Text Example

White with #A6495C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6495C; }

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

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

background-color css

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

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

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

border-color css

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

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

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