#a85256

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

Shades of Hippie Pink #A85256

Tints of Hippie Pink #A85256

Color information

#A85256 (or 0xA85256) is unknown color: approx Hippie Pink. HEX triplet: A8, 52 and 56. RGB value is (168,82,86). Sum of RGB (Red+Green+Blue) = 168+82+86=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A85256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85256 is #57ADA9. Grayscale: #6C6C6C. Windows color (decimal): -5746090 or 5657256. OLE color: 5657256.

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

Color convert

RGB1688286-
CMYK00.510.490.34
HSL357.21º34.4%49.02%-
HSV(B)357.21º51.19%65.88%-
XYZ20.8515.0310.61-
YUV108.17115.49170.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 24.40%
BLUE value IS 86 (33.98% from 255) = 25.60%
R=50%
G=24.40%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168828600.510.490.34357.2134.449.02
HexA8525603331221652231
Octal25012212606361425454261
Binary10101000101001010101100110011110001100010101100101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a85256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a85256; }

 p { color: rgb(168,82,86); }

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

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

 a { background-color: rgb(168,82,86); }

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

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

 span { border-color: rgb(168,82,86); }

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