Html Css Color HEX #A8495E Hippie Pink

📋 copy color: '#A8495E'

red 168 ◦ green 73 ◦ blue 94

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

Shades of Hippie Pink #A8495E

Tints of Hippie Pink #A8495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 50.15%
G = 21.79%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.34

RGB Variations

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

Color information

#A8495E (or 0xA8495E) is known color: Hippie Pink. HEX triplet: A8, 49 and 5E. RGB value is (168,73,94). Sum of RGB (Red+Green+Blue) = 168+73+94=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A8495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8495E is #57B6A1. Grayscale: #676767. Windows color (decimal): -5748386 or 6179240. OLE color: 6179240.

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

Color convert

RGB 168 73 94 -
CMYK 0 0.57 0.44 0.34
HSL 346.74º 0.39% 0.47% -
HSV(B) 346.74º 0.57% 0.66% -
XYZ 20.55 13.9 12.19 -
YUV 103.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 168 73 94 0 0.57 0.44 0.34 346.74 0.39 0.47
Hex A8 49 5E 0 39 2C 22 15B 27 2F
Octal 250 111 136 0 71 54 42 533 47 57
Binary 10101000 1001001 1011110 0 111001 101100 100010 101011011 100111 101111

Color Harmonies of #A8495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8495E

Black with #A8495E

Text Example


Text Example

White with #A8495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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