Html Css Color HEX #A25060 Hippie Pink

📋 copy color: '#A25060'

red 162 ◦ green 80 ◦ blue 96

#A25060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #A25060

Tints of Hippie Pink #A25060

RGB

 RED value IS 162 (63.67% from 255) = 47.93%

 GREEN value IS 80 (31.64% from 255) = 23.67%

 BLUE value IS 96 (37.89% from 255) = 28.4%

R = 47.93%
G = 23.67%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A25060 (or 0xA25060) is known color: Hippie Pink. HEX triplet: A2, 50 and 60. RGB value is (162,80,96). Sum of RGB (Red+Green+Blue) = 162+80+96=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A25060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25060 is #5DAF9F. Grayscale: #6A6A6A. Windows color (decimal): -6139808 or 6312098. OLE color: 6312098.

HSL color Cylindrical-coordinate representation of color #A25060: hue angle of 348.29º 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 #A25060 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 80 96 -
CMYK 0 0.51 0.41 0.36
HSL 348.29º 0.34% 0.47% -
HSV(B) 348.29º 0.51% 0.64% -
XYZ 19.88 14.26 12.77 -
YUV 106.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 162 80 96 0 0.51 0.41 0.36 348.29 0.34 0.47
Hex A2 50 60 0 33 29 24 15C 22 2F
Octal 242 120 140 0 63 51 44 534 42 57
Binary 10100010 1010000 1100000 0 110011 101001 100100 101011100 100010 101111

Color Harmonies of #A25060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25060

Black with #A25060

Text Example


Text Example

White with #A25060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25060; }

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

 H1.HeaderClassName
 {
   color: #A25060;
 }
 .AnyTagClassName
 {
   color: #A25060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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