Html Css Color HEX #A25155 Hippie Pink

📋 copy color: '#A25155'

red 162 ◦ green 81 ◦ blue 85

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

Shades of Hippie Pink #A25155

Tints of Hippie Pink #A25155

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 49.39%
G = 24.7%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A25155 (or 0xA25155) is known color: Hippie Pink. HEX triplet: A2, 51 and 55. RGB value is (162,81,85). Sum of RGB (Red+Green+Blue) = 162+81+85=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A25155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25155 is #5DAEAA. Grayscale: #696969. Windows color (decimal): -6139563 or 5591458. OLE color: 5591458.

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

Color convert

RGB 162 81 85 -
CMYK 0 0.50 0.48 0.36
HSL 357.04º 0.33% 0.48% -
HSV(B) 357.04º 0.5% 0.64% -
XYZ 19.48 14.22 10.31 -
YUV 105.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 162 81 85 0 0.50 0.48 0.36 357.04 0.33 0.48
Hex A2 51 55 0 32 30 24 165 21 30
Octal 242 121 125 0 62 60 44 545 41 60
Binary 10100010 1010001 1010101 0 110010 110000 100100 101100101 100001 110000

Color Harmonies of #A25155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25155

Black with #A25155

Text Example


Text Example

White with #A25155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25155; }

 p { color: rgb(162,81,85); }

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

background-color css

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

 a { background-color: rgb(162,81,85); }

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

border-color css

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

 span { border-color: rgb(162,81,85); }

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