Html Css Color HEX #A15054 Hippie Pink

📋 copy color: '#A15054'

red 161 ◦ green 80 ◦ blue 84

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

Shades of Hippie Pink #A15054

Tints of Hippie Pink #A15054

RGB

 RED value IS 161 (63.28% from 255) = 49.54%

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

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 49.54%
G = 24.62%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A15054 (or 0xA15054) is known color: Hippie Pink. HEX triplet: A1, 50 and 54. RGB value is (161,80,84). Sum of RGB (Red+Green+Blue) = 161+80+84=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A15054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15054 is #5EAFAB. Grayscale: #686868. Windows color (decimal): -6205356 or 5525665. OLE color: 5525665.

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

Color convert

RGB 161 80 84 -
CMYK 0 0.50 0.48 0.37
HSL 357.04º 0.34% 0.47% -
HSV(B) 357.04º 0.5% 0.63% -
XYZ 19.17 13.95 10.07 -
YUV 104.68 116.34 168.17 -
System Red Green Blue C M Y K H S L
Decimal 161 80 84 0 0.50 0.48 0.37 357.04 0.34 0.47
Hex A1 50 54 0 32 30 25 165 22 2F
Octal 241 120 124 0 62 60 45 545 42 57
Binary 10100001 1010000 1010100 0 110010 110000 100101 101100101 100010 101111

Color Harmonies of #A15054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15054

Black with #A15054

Text Example


Text Example

White with #A15054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15054; }

 p { color: rgb(161,80,84); }

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

background-color css

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

 a { background-color: rgb(161,80,84); }

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

border-color css

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

 span { border-color: rgb(161,80,84); }

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