#A4525B

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

Shades of Hippie Pink #A4525B

Tints of Hippie Pink #A4525B

Color information

#A4525B (or 0xA4525B) is unknown color: approx Hippie Pink. HEX triplet: A4, 52 and 5B. RGB value is (164,82,91). Sum of RGB (Red+Green+Blue) = 164+82+91=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4525B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4525B is #5BADA4. Grayscale: #6B6B6B. Windows color (decimal): -6008229 or 5984932. OLE color: 5984932.

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

Color convert

RGB1648291-
CMYK00.50.450.36
HSL353.41º33.33%48.24%-
HSV(B)353.41º50%64.31%-
XYZ20.2214.6811.67-
YUV107.54118.67168.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.66%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=48.66%
G=24.33%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164829100.50.450.36353.4133.3348.24
HexA4525B0322D241612130
Octal24412213306255445414160
Binary10100100101001010110110110010101101100100101100001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4525B; }

 p { color: rgb(164,82,91); }

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

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

 a { background-color: rgb(164,82,91); }

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

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

 span { border-color: rgb(164,82,91); }

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