Html Css Color HEX #A75859 Hippie Pink

📋 copy color: '#A75859'

red 167 ◦ green 88 ◦ blue 89

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

Shades of Hippie Pink #A75859

Tints of Hippie Pink #A75859

RGB

 RED value IS 167 (65.63% from 255) = 48.55%

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

 BLUE value IS 89 (35.16% from 255) = 25.87%

R = 48.55%
G = 25.58%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A75859 (or 0xA75859) is known color: Hippie Pink. HEX triplet: A7, 58 and 59. RGB value is (167,88,89). Sum of RGB (Red+Green+Blue) = 167+88+89=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A75859 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75859 is #58A7A6. Grayscale: #6F6F6F. Windows color (decimal): -5810087 or 5855399. OLE color: 5855399.

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

Color convert

RGB 167 88 89 -
CMYK 0 0.47 0.47 0.35
HSL 359.24º 0.31% 0.5% -
HSV(B) 359.24º 0.47% 0.65% -
XYZ 21.23 15.92 11.4 -
YUV 111.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 167 88 89 0 0.47 0.47 0.35 359.24 0.31 0.5
Hex A7 58 59 0 2F 2F 23 167 1F 32
Octal 247 130 131 0 57 57 43 547 37 62
Binary 10100111 1011000 1011001 0 101111 101111 100011 101100111 11111 110010

Color Harmonies of #A75859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75859

Black with #A75859

Text Example


Text Example

White with #A75859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75859; }

 p { color: rgb(167,88,89); }

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

background-color css

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

 a { background-color: rgb(167,88,89); }

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

border-color css

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

 span { border-color: rgb(167,88,89); }

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