#A7525A

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

Shades of Hippie Pink #A7525A

Tints of Hippie Pink #A7525A

Color information

#A7525A (or 0xA7525A) is unknown color: approx Hippie Pink. HEX triplet: A7, 52 and 5A. RGB value is (167,82,90). Sum of RGB (Red+Green+Blue) = 167+82+90=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A7525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7525A is #58ADA5. Grayscale: #6C6C6C. Windows color (decimal): -5811622 or 5919399. OLE color: 5919399.

HSL color Cylindrical-coordinate representation of color #A7525A: hue angle of 354.35º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7525A is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB1678290-
CMYK00.510.460.35
HSL354.35º34.14%48.82%-
HSV(B)354.35º50.9%65.49%-
XYZ20.814.9911.47-
YUV108.33117.66169.85-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 82 (32.42% from 255) = 24.19%
BLUE value IS 90 (35.55% from 255) = 26.55%
R=49.26%
G=24.19%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167829000.510.460.35354.3534.1448.82
HexA7525A0332E231622231
Octal24712213206356435424261
Binary10100111101001010110100110011101110100011101100010100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7525A; }

 p { color: rgb(167,82,90); }

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

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

 a { background-color: rgb(167,82,90); }

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

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

 span { border-color: rgb(167,82,90); }

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