Html Css Color HEX #A8495F Hippie Pink

📋 copy color: '#A8495F'

red 168 ◦ green 73 ◦ blue 95

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

Shades of Hippie Pink #A8495F

Tints of Hippie Pink #A8495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 50%
G = 21.73%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A8495F (or 0xA8495F) is known color: Hippie Pink. HEX triplet: A8, 49 and 5F. RGB value is (168,73,95). Sum of RGB (Red+Green+Blue) = 168+73+95=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A8495F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8495F is #57B6A0. Grayscale: #676767. Windows color (decimal): -5748385 or 6244776. OLE color: 6244776.

HSL color Cylindrical-coordinate representation of color #A8495F: hue angle of 346.11º 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 #A8495F is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 95 -
CMYK 0 0.57 0.43 0.34
HSL 346.11º 0.39% 0.47% -
HSV(B) 346.11º 0.57% 0.66% -
XYZ 20.6 13.92 12.43 -
YUV 103.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 168 73 95 0 0.57 0.43 0.34 346.11 0.39 0.47
Hex A8 49 5F 0 39 2B 22 15A 27 2F
Octal 250 111 137 0 71 53 42 532 47 57
Binary 10101000 1001001 1011111 0 111001 101011 100010 101011010 100111 101111

Color Harmonies of #A8495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8495F

Black with #A8495F

Text Example


Text Example

White with #A8495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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