Html Css Color HEX #A6495A Hippie Pink

📋 copy color: '#A6495A'

red 166 ◦ green 73 ◦ blue 90

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

Shades of Hippie Pink #A6495A

Tints of Hippie Pink #A6495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.36%

R = 50.46%
G = 22.19%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A6495A (or 0xA6495A) is known color: Hippie Pink. HEX triplet: A6, 49 and 5A. RGB value is (166,73,90). Sum of RGB (Red+Green+Blue) = 166+73+90=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6495A is #59B6A5. Grayscale: #666666. Windows color (decimal): -5879462 or 5917094. OLE color: 5917094.

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

Color convert

RGB 166 73 90 -
CMYK 0 0.56 0.46 0.35
HSL 349.03º 0.39% 0.47% -
HSV(B) 349.03º 0.56% 0.65% -
XYZ 19.95 13.61 11.25 -
YUV 102.75 120.81 173.12 -
System Red Green Blue C M Y K H S L
Decimal 166 73 90 0 0.56 0.46 0.35 349.03 0.39 0.47
Hex A6 49 5A 0 38 2E 23 15D 27 2F
Octal 246 111 132 0 70 56 43 535 47 57
Binary 10100110 1001001 1011010 0 111000 101110 100011 101011101 100111 101111

Color Harmonies of #A6495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6495A

Black with #A6495A

Text Example


Text Example

White with #A6495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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