#A8495A

Color #A8495A Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #A8495A

Tints of Hippie Pink #A8495A

Color information

#A8495A (or 0xA8495A) is unknown color: approx Hippie Pink. HEX triplet: A8, 49 and 5A. RGB value is (168,73,90). Sum of RGB (Red+Green+Blue) = 168+73+90=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A8495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8495A is #57B6A5. Grayscale: #676767. Windows color (decimal): -5748390 or 5917096. OLE color: 5917096.

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

Color convert

RGB1687390-
CMYK00.570.460.34
HSL349.26º39.42%47.25%-
HSV(B)349.26º56.55%65.88%-
XYZ20.3813.8311.27-
YUV103.34120.47174.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.76%
GREEN value IS 73 (28.91% from 255) = 22.05%
BLUE value IS 90 (35.55% from 255) = 27.19%
R=50.76%
G=22.05%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168739000.570.460.34349.2639.4247.25
HexA8495A0392E2215d272f
Octal25011113207156425354757
Binary10101000100100110110100111001101110100010101011101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8495A; }

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

 H1.HeaderClassName
 {
   color: #A8495A;
 }
 .AnyTagClassName
 {
   color: #A8495A;
 }
</style>
background-color css

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

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

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

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

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

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