Html Css Color HEX #A95557 Hippie Pink

📋 copy color: '#A95557'

red 169 ◦ green 85 ◦ blue 87

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

Shades of Hippie Pink #A95557

Tints of Hippie Pink #A95557

RGB

 RED value IS 169 (66.41% from 255) = 49.56%

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

 BLUE value IS 87 (34.38% from 255) = 25.51%

R = 49.56%
G = 24.93%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A95557 (or 0xA95557) is known color: Hippie Pink. HEX triplet: A9, 55 and 57. RGB value is (169,85,87). Sum of RGB (Red+Green+Blue) = 169+85+87=341 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.56% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 169 - color contains mainly: red. Hex color #A95557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95557 is #56AAA8. Grayscale: #6E6E6E. Windows color (decimal): -5679785 or 5723561. OLE color: 5723561.

HSL color Cylindrical-coordinate representation of color #A95557: hue angle of 358.57º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A95557 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 85 87 -
CMYK 0 0.50 0.49 0.34
HSL 358.57º 0.33% 0.5% -
HSV(B) 358.57º 0.5% 0.66% -
XYZ 21.33 15.62 10.91 -
YUV 110.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 169 85 87 0 0.50 0.49 0.34 358.57 0.33 0.5
Hex A9 55 57 0 32 31 22 167 21 32
Octal 251 125 127 0 62 61 42 547 41 62
Binary 10101001 1010101 1010111 0 110010 110001 100010 101100111 100001 110010

Color Harmonies of #A95557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95557

Black with #A95557

Text Example


Text Example

White with #A95557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95557; }

 p { color: rgb(169,85,87); }

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

background-color css

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

 a { background-color: rgb(169,85,87); }

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

border-color css

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

 span { border-color: rgb(169,85,87); }

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