Html Css Color HEX #A8595D Hippie Pink

📋 copy color: '#A8595D'

red 168 ◦ green 89 ◦ blue 93

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

Shades of Hippie Pink #A8595D

Tints of Hippie Pink #A8595D

RGB

 RED value IS 168 (66.02% from 255) = 48%

 GREEN value IS 89 (35.16% from 255) = 25.43%

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

R = 48%
G = 25.43%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8595D (or 0xA8595D) is known color: Hippie Pink. HEX triplet: A8, 59 and 5D. RGB value is (168,89,93). Sum of RGB (Red+Green+Blue) = 168+89+93=350 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 168 - color contains mainly: red. Hex color #A8595D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8595D is #57A6A2. Grayscale: #717171. Windows color (decimal): -5744291 or 6117800. OLE color: 6117800.

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

Color convert

RGB 168 89 93 -
CMYK 0 0.47 0.45 0.34
HSL 356.96º 0.31% 0.5% -
HSV(B) 356.96º 0.47% 0.66% -
XYZ 21.7 16.26 12.35 -
YUV 113.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 168 89 93 0 0.47 0.45 0.34 356.96 0.31 0.5
Hex A8 59 5D 0 2F 2D 22 165 1F 32
Octal 250 131 135 0 57 55 42 545 37 62
Binary 10101000 1011001 1011101 0 101111 101101 100010 101100101 11111 110010

Color Harmonies of #A8595D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8595D

Black with #A8595D

Text Example


Text Example

White with #A8595D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8595D; }

 p { color: rgb(168,89,93); }

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

background-color css

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

 a { background-color: rgb(168,89,93); }

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

border-color css

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

 span { border-color: rgb(168,89,93); }

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