#A45356

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

Shades of Hippie Pink #A45356

Tints of Hippie Pink #A45356

Color information

#A45356 (or 0xA45356) is unknown color: approx Hippie Pink. HEX triplet: A4, 53 and 56. RGB value is (164,83,86). Sum of RGB (Red+Green+Blue) = 164+83+86=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A45356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45356 is #5BACA9. Grayscale: #6B6B6B. Windows color (decimal): -6007978 or 5657508. OLE color: 5657508.

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

Color convert

RGB1648386-
CMYK00.490.480.36
HSL357.78º32.79%48.43%-
HSV(B)357.78º49.39%64.31%-
XYZ20.0814.7510.59-
YUV107.56115.84168.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 49.25%
GREEN value IS 83 (32.81% from 255) = 24.92%
BLUE value IS 86 (33.98% from 255) = 25.83%
R=49.25%
G=24.92%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164838600.490.480.36357.7832.7948.43
HexA4535603130241662130
Octal24412312606160445464160
Binary10100100101001110101100110001110000100100101100110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45356; }

 p { color: rgb(164,83,86); }

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

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

 a { background-color: rgb(164,83,86); }

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

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

 span { border-color: rgb(164,83,86); }

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