#A25052

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

Shades of Hippie Pink #A25052

Tints of Hippie Pink #A25052

Color information

#A25052 (or 0xA25052) is unknown color: approx Hippie Pink. HEX triplet: A2, 50 and 52. RGB value is (162,80,82). Sum of RGB (Red+Green+Blue) = 162+80+82=324 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 162 - color contains mainly: red. Hex color #A25052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25052 is #5DAFAD. Grayscale: #686868. Windows color (decimal): -6139822 or 5394594. OLE color: 5394594.

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

Color convert

RGB1628082-
CMYK00.510.490.36
HSL358.54º33.88%47.45%-
HSV(B)358.54º50.62%63.53%-
XYZ19.2914.039.67-
YUV104.75115.17168.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 24.69%
BLUE value IS 82 (32.42% from 255) = 25.31%
R=50%
G=24.69%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162808200.510.490.36358.5433.8847.45
HexA250520333124167222f
Octal24212012206361445474257
Binary10100010101000010100100110011110001100100101100111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25052; }

 p { color: rgb(162,80,82); }

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

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

 a { background-color: rgb(162,80,82); }

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

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

 span { border-color: rgb(162,80,82); }

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