Html Css Color HEX #A15B5D Hippie Pink

📋 copy color: '#A15B5D'

red 161 ◦ green 91 ◦ blue 93

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

Shades of Hippie Pink #A15B5D

Tints of Hippie Pink #A15B5D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.38%

 BLUE value IS 93 (36.72% from 255) = 26.96%

R = 46.67%
G = 26.38%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A15B5D (or 0xA15B5D) is known color: Hippie Pink. HEX triplet: A1, 5B and 5D. RGB value is (161,91,93). Sum of RGB (Red+Green+Blue) = 161+91+93=345 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.67% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B5D is #5EA4A2. Grayscale: #707070. Windows color (decimal): -6202531 or 6118305. OLE color: 6118305.

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

Color convert

RGB 161 91 93 -
CMYK 0 0.43 0.42 0.37
HSL 358.29º 0.28% 0.49% -
HSV(B) 358.29º 0.43% 0.63% -
XYZ 20.41 15.85 12.34 -
YUV 112.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 161 91 93 0 0.43 0.42 0.37 358.29 0.28 0.49
Hex A1 5B 5D 0 2B 2A 25 166 1C 31
Octal 241 133 135 0 53 52 45 546 34 61
Binary 10100001 1011011 1011101 0 101011 101010 100101 101100110 11100 110001

Color Harmonies of #A15B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15B5D

Black with #A15B5D

Text Example


Text Example

White with #A15B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15B5D; }

 p { color: rgb(161,91,93); }

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

background-color css

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

 a { background-color: rgb(161,91,93); }

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

border-color css

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

 span { border-color: rgb(161,91,93); }

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