Html Css Color HEX #A75759 Hippie Pink

📋 copy color: '#A75759'

red 167 ◦ green 87 ◦ blue 89

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

Shades of Hippie Pink #A75759

Tints of Hippie Pink #A75759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.36%

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

R = 48.69%
G = 25.36%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A75759 (or 0xA75759) is known color: Hippie Pink. HEX triplet: A7, 57 and 59. RGB value is (167,87,89). Sum of RGB (Red+Green+Blue) = 167+87+89=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A75759 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75759 is #58A8A6. Grayscale: #6F6F6F. Windows color (decimal): -5810343 or 5855143. OLE color: 5855143.

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

Color convert

RGB 167 87 89 -
CMYK 0 0.48 0.47 0.35
HSL 358.5º 0.31% 0.5% -
HSV(B) 358.5º 0.48% 0.65% -
XYZ 21.15 15.75 11.38 -
YUV 111.15 115.5 167.84 -
System Red Green Blue C M Y K H S L
Decimal 167 87 89 0 0.48 0.47 0.35 358.5 0.31 0.5
Hex A7 57 59 0 30 2F 23 166 1F 32
Octal 247 127 131 0 60 57 43 546 37 62
Binary 10100111 1010111 1011001 0 110000 101111 100011 101100110 11111 110010

Color Harmonies of #A75759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75759

Black with #A75759

Text Example


Text Example

White with #A75759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75759; }

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

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

background-color css

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

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

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

border-color css

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

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

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