#A44A4B

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

Shades of Hippie Pink #A44A4B

Tints of Hippie Pink #A44A4B

Color information

#A44A4B (or 0xA44A4B) is unknown color: approx Hippie Pink. HEX triplet: A4, 4A and 4B. RGB value is (164,74,75). Sum of RGB (Red+Green+Blue) = 164+74+75=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A4B is #5BB5B4. Grayscale: #656565. Windows color (decimal): -6010293 or 4934308. OLE color: 4934308.

HSL color Cylindrical-coordinate representation of color #A44A4B: hue angle of 359.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44A4B is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB1647475-
CMYK00.550.540.36
HSL359.33º37.82%46.67%-
HSV(B)359.33º54.88%64.31%-
XYZ19.0313.38.22-
YUV101.02113.32172.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.40%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 75 (29.69% from 255) = 23.96%
R=52.40%
G=23.64%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164747500.550.540.36359.3337.8246.67
HexA44A4B0373624167262f
Octal24411211306766445474657
Binary10100100100101010010110110111110110100100101100111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44A4B; }

 p { color: rgb(164,74,75); }

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

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

 a { background-color: rgb(164,74,75); }

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

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

 span { border-color: rgb(164,74,75); }

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