Html Css Color HEX #A04955 Hippie Pink

📋 copy color: '#A04955'

red 160 ◦ green 73 ◦ blue 85

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

Shades of Hippie Pink #A04955

Tints of Hippie Pink #A04955

RGB

 RED value IS 160 (62.89% from 255) = 50.31%

 GREEN value IS 73 (28.91% from 255) = 22.96%

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

R = 50.31%
G = 22.96%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A04955 (or 0xA04955) is known color: Hippie Pink. HEX triplet: A0, 49 and 55. RGB value is (160,73,85). Sum of RGB (Red+Green+Blue) = 160+73+85=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A04955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04955 is #5FB6AA. Grayscale: #646464. Windows color (decimal): -6272683 or 5589408. OLE color: 5589408.

HSL color Cylindrical-coordinate representation of color #A04955: hue angle of 351.72º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A04955 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 85 -
CMYK 0 0.54 0.47 0.37
HSL 351.72º 0.37% 0.46% -
HSV(B) 351.72º 0.54% 0.63% -
XYZ 18.52 12.89 10.11 -
YUV 100.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 160 73 85 0 0.54 0.47 0.37 351.72 0.37 0.46
Hex A0 49 55 0 36 2F 25 160 25 2E
Octal 240 111 125 0 66 57 45 540 45 56
Binary 10100000 1001001 1010101 0 110110 101111 100101 101100000 100101 101110

Color Harmonies of #A04955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04955

Black with #A04955

Text Example


Text Example

White with #A04955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04955; }

 p { color: rgb(160,73,85); }

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

background-color css

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

 a { background-color: rgb(160,73,85); }

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

border-color css

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

 span { border-color: rgb(160,73,85); }

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