Html Css Color HEX #A04B51 Hippie Pink

📋 copy color: '#A04B51'

red 160 ◦ green 75 ◦ blue 81

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

Shades of Hippie Pink #A04B51

Tints of Hippie Pink #A04B51

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.73%

 BLUE value IS 81 (32.03% from 255) = 25.63%

R = 50.63%
G = 23.73%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A04B51 (or 0xA04B51) is known color: Hippie Pink. HEX triplet: A0, 4B and 51. RGB value is (160,75,81). Sum of RGB (Red+Green+Blue) = 160+75+81=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 75 (29.69% from 255 or 23.73% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04B51 is #5FB4AE. Grayscale: #656565. Windows color (decimal): -6272175 or 5327776. OLE color: 5327776.

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

Color convert

RGB 160 75 81 -
CMYK 0 0.53 0.49 0.37
HSL 355.76º 0.36% 0.46% -
HSV(B) 355.76º 0.53% 0.63% -
XYZ 18.5 13.1 9.34 -
YUV 101.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 160 75 81 0 0.53 0.49 0.37 355.76 0.36 0.46
Hex A0 4B 51 0 35 31 25 164 24 2E
Octal 240 113 121 0 65 61 45 544 44 56
Binary 10100000 1001011 1010001 0 110101 110001 100101 101100100 100100 101110

Color Harmonies of #A04B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B51

Black with #A04B51

Text Example


Text Example

White with #A04B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B51; }

 p { color: rgb(160,75,81); }

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

background-color css

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

 a { background-color: rgb(160,75,81); }

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

border-color css

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

 span { border-color: rgb(160,75,81); }

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