Html Css Color HEX #A8495B Hippie Pink

📋 copy color: '#A8495B'

red 168 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #A8495B

Tints of Hippie Pink #A8495B

RGB

 RED value IS 168 (66.02% from 255) = 50.6%

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

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 50.6%
G = 21.99%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8495B (or 0xA8495B) is known color: Hippie Pink. HEX triplet: A8, 49 and 5B. RGB value is (168,73,91). Sum of RGB (Red+Green+Blue) = 168+73+91=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A8495B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8495B is #57B6A4. Grayscale: #676767. Windows color (decimal): -5748389 or 5982632. OLE color: 5982632.

HSL color Cylindrical-coordinate representation of color #A8495B: hue angle of 348.63º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8495B is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 91 -
CMYK 0 0.57 0.46 0.34
HSL 348.63º 0.39% 0.47% -
HSV(B) 348.63º 0.57% 0.66% -
XYZ 20.42 13.85 11.49 -
YUV 103.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 168 73 91 0 0.57 0.46 0.34 348.63 0.39 0.47
Hex A8 49 5B 0 39 2E 22 15D 27 2F
Octal 250 111 133 0 71 56 42 535 47 57
Binary 10101000 1001001 1011011 0 111001 101110 100010 101011101 100111 101111

Color Harmonies of #A8495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8495B

Black with #A8495B

Text Example


Text Example

White with #A8495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8495B; }

 p { color: rgb(168,73,91); }

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

background-color css

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

 a { background-color: rgb(168,73,91); }

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

border-color css

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

 span { border-color: rgb(168,73,91); }

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