Html Css Color HEX #A1585D Hippie Pink

📋 copy color: '#A1585D'

red 161 ◦ green 88 ◦ blue 93

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

Shades of Hippie Pink #A1585D

Tints of Hippie Pink #A1585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

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

R = 47.08%
G = 25.73%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1585D (or 0xA1585D) is known color: Hippie Pink. HEX triplet: A1, 58 and 5D. RGB value is (161,88,93). Sum of RGB (Red+Green+Blue) = 161+88+93=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1585D is #5EA7A2. Grayscale: #6E6E6E. Windows color (decimal): -6203299 or 6117537. OLE color: 6117537.

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

Color convert

RGB 161 88 93 -
CMYK 0 0.45 0.42 0.37
HSL 355.89º 0.29% 0.49% -
HSV(B) 355.89º 0.45% 0.63% -
XYZ 20.16 15.35 12.26 -
YUV 110.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 161 88 93 0 0.45 0.42 0.37 355.89 0.29 0.49
Hex A1 58 5D 0 2D 2A 25 164 1D 31
Octal 241 130 135 0 55 52 45 544 35 61
Binary 10100001 1011000 1011101 0 101101 101010 100101 101100100 11101 110001

Color Harmonies of #A1585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1585D

Black with #A1585D

Text Example


Text Example

White with #A1585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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