Html Css Color HEX #A15556 Hippie Pink

📋 copy color: '#A15556'

red 161 ◦ green 85 ◦ blue 86

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

Shades of Hippie Pink #A15556

Tints of Hippie Pink #A15556

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.6%

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 48.49%
G = 25.6%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A15556 (or 0xA15556) is known color: Hippie Pink. HEX triplet: A1, 55 and 56. RGB value is (161,85,86). Sum of RGB (Red+Green+Blue) = 161+85+86=332 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.49% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 161 - color contains mainly: red. Hex color #A15556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15556 is #5EAAA9. Grayscale: #6B6B6B. Windows color (decimal): -6204074 or 5658017. OLE color: 5658017.

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

Color convert

RGB 161 85 86 -
CMYK 0 0.47 0.47 0.37
HSL 359.21º 0.31% 0.48% -
HSV(B) 359.21º 0.47% 0.63% -
XYZ 19.63 14.75 10.62 -
YUV 107.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 161 85 86 0 0.47 0.47 0.37 359.21 0.31 0.48
Hex A1 55 56 0 2F 2F 25 167 1F 30
Octal 241 125 126 0 57 57 45 547 37 60
Binary 10100001 1010101 1010110 0 101111 101111 100101 101100111 11111 110000

Color Harmonies of #A15556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15556

Black with #A15556

Text Example


Text Example

White with #A15556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15556; }

 p { color: rgb(161,85,86); }

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

background-color css

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

 a { background-color: rgb(161,85,86); }

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

border-color css

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

 span { border-color: rgb(161,85,86); }

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