#A65357

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

Shades of Hippie Pink #A65357

Tints of Hippie Pink #A65357

Color information

#A65357 (or 0xA65357) is unknown color: approx Hippie Pink. HEX triplet: A6, 53 and 57. RGB value is (166,83,87). Sum of RGB (Red+Green+Blue) = 166+83+87=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A65357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65357 is #59ACA8. Grayscale: #6C6C6C. Windows color (decimal): -5876905 or 5723046. OLE color: 5723046.

HSL color Cylindrical-coordinate representation of color #A65357: hue angle of 357.11º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65357 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.35.

Color convert

RGB1668387-
CMYK00.500.480.35
HSL357.11º33.33%48.82%-
HSV(B)357.11º50%65.1%-
XYZ20.5414.9810.83-
YUV108.27116169.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 83 (32.81% from 255) = 24.70%
BLUE value IS 87 (34.38% from 255) = 25.89%
R=49.40%
G=24.70%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166838700.500.480.35357.1133.3348.82
HexA6535703230231652131
Octal24612312706260435454161
Binary10100110101001110101110110010110000100011101100101100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65357; }

 p { color: rgb(166,83,87); }

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

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

 a { background-color: rgb(166,83,87); }

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

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

 span { border-color: rgb(166,83,87); }

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