#A95052

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

Shades of Hippie Pink #A95052

Tints of Hippie Pink #A95052

Color information

#A95052 (or 0xA95052) is unknown color: approx Hippie Pink. HEX triplet: A9, 50 and 52. RGB value is (169,80,82). Sum of RGB (Red+Green+Blue) = 169+80+82=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A95052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95052 is #56AFAD. Grayscale: #6A6A6A. Windows color (decimal): -5681070 or 5394601. OLE color: 5394601.

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

Color convert

RGB1698082-
CMYK00.530.510.34
HSL358.65º35.74%48.82%-
HSV(B)358.65º52.66%66.27%-
XYZ20.7514.789.74-
YUV106.84113.99172.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.06%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=51.06%
G=24.17%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169808200.530.510.34358.6535.7448.82
HexA9505203533221672431
Octal25112012206563425474461
Binary10101001101000010100100110101110011100010101100111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A95052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A95052; }

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

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

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

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

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

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

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

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