Html Css Color HEX #A8595A Hippie Pink

📋 copy color: '#A8595A'

red 168 ◦ green 89 ◦ blue 90

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

Shades of Hippie Pink #A8595A

Tints of Hippie Pink #A8595A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 48.41%
G = 25.65%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8595A (or 0xA8595A) is known color: Hippie Pink. HEX triplet: A8, 59 and 5A. RGB value is (168,89,90). Sum of RGB (Red+Green+Blue) = 168+89+90=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8595A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8595A is #57A6A5. Grayscale: #707070. Windows color (decimal): -5744294 or 5921192. OLE color: 5921192.

HSL color Cylindrical-coordinate representation of color #A8595A: hue angle of 359.24º 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 #A8595A is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 89 90 -
CMYK 0 0.47 0.46 0.34
HSL 359.24º 0.31% 0.5% -
HSV(B) 359.24º 0.47% 0.66% -
XYZ 21.57 16.21 11.66 -
YUV 112.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 168 89 90 0 0.47 0.46 0.34 359.24 0.31 0.5
Hex A8 59 5A 0 2F 2E 22 167 1F 32
Octal 250 131 132 0 57 56 42 547 37 62
Binary 10101000 1011001 1011010 0 101111 101110 100010 101100111 11111 110010

Color Harmonies of #A8595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8595A

Black with #A8595A

Text Example


Text Example

White with #A8595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8595A; }

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

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

background-color css

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

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

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

border-color css

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

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

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