#A55C67

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

Shades of Blush #A55C67

Tints of Blush #A55C67

Color information

#A55C67 (or 0xA55C67) is unknown color: approx Blush. HEX triplet: A5, 5C and 67. RGB value is (165,92,103). Sum of RGB (Red+Green+Blue) = 165+92+103=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55C67 is #5AA398. Grayscale: #737373. Windows color (decimal): -5940121 or 6773925. OLE color: 6773925.

HSL color Cylindrical-coordinate representation of color #A55C67: hue angle of 350.96º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A55C67 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16592103-
CMYK00.440.380.35
HSL350.96º28.85%50.39%-
HSV(B)350.96º44.24%64.71%-
XYZ21.7916.6314.89-
YUV115.08121.18163.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.83%
GREEN value IS 92 (36.33% from 255) = 25.56%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=45.83%
G=25.56%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659210300.440.380.35350.9628.8550.39
HexA55C6702C262315f1d32
Octal24513414705446435373562
Binary1010010110111001100111010110010011010001110101111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C67; }

 p { color: rgb(165,92,103); }

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

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

 a { background-color: rgb(165,92,103); }

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

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

 span { border-color: rgb(165,92,103); }

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