Html Css Color HEX #A75157 Hippie Pink

📋 copy color: '#A75157'

red 167 ◦ green 81 ◦ blue 87

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

Shades of Hippie Pink #A75157

Tints of Hippie Pink #A75157

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.18%

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

R = 49.85%
G = 24.18%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.35

RGB Variations

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

Color information

#A75157 (or 0xA75157) is known color: Hippie Pink. HEX triplet: A7, 51 and 57. RGB value is (167,81,87). Sum of RGB (Red+Green+Blue) = 167+81+87=335 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.85% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 167 - color contains mainly: red. Hex color #A75157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75157 is #58AEA8. Grayscale: #6B6B6B. Windows color (decimal): -5811881 or 5722535. OLE color: 5722535.

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

Color convert

RGB 167 81 87 -
CMYK 0 0.51 0.48 0.35
HSL 355.81º 0.35% 0.49% -
HSV(B) 355.81º 0.51% 0.65% -
XYZ 20.6 14.79 10.79 -
YUV 107.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 167 81 87 0 0.51 0.48 0.35 355.81 0.35 0.49
Hex A7 51 57 0 33 30 23 164 23 31
Octal 247 121 127 0 63 60 43 544 43 61
Binary 10100111 1010001 1010111 0 110011 110000 100011 101100100 100011 110001

Color Harmonies of #A75157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75157

Black with #A75157

Text Example


Text Example

White with #A75157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75157; }

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

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

background-color css

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

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

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

border-color css

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

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

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