Html Css Color HEX #A1585C Hippie Pink

📋 copy color: '#A1585C'

red 161 ◦ green 88 ◦ blue 92

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

Shades of Hippie Pink #A1585C

Tints of Hippie Pink #A1585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 47.21%
G = 25.81%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A1585C (or 0xA1585C) is known color: Hippie Pink. HEX triplet: A1, 58 and 5C. RGB value is (161,88,92). Sum of RGB (Red+Green+Blue) = 161+88+92=341 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.21% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 161 - color contains mainly: red. Hex color #A1585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1585C is #5EA7A3. Grayscale: #6E6E6E. Windows color (decimal): -6203300 or 6052001. OLE color: 6052001.

HSL color Cylindrical-coordinate representation of color #A1585C: hue angle of 356.71º 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 #A1585C is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 88 92 -
CMYK 0 0.45 0.43 0.37
HSL 356.71º 0.29% 0.49% -
HSV(B) 356.71º 0.45% 0.63% -
XYZ 20.12 15.33 12.02 -
YUV 110.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 161 88 92 0 0.45 0.43 0.37 356.71 0.29 0.49
Hex A1 58 5C 0 2D 2B 25 165 1D 31
Octal 241 130 134 0 55 53 45 545 35 61
Binary 10100001 1011000 1011100 0 101101 101011 100101 101100101 11101 110001

Color Harmonies of #A1585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1585C

Black with #A1585C

Text Example


Text Example

White with #A1585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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