Html Css Color HEX #A75060 Hippie Pink

📋 copy color: '#A75060'

red 167 ◦ green 80 ◦ blue 96

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

Shades of Hippie Pink #A75060

Tints of Hippie Pink #A75060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.32%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 48.69%
G = 23.32%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A75060 (or 0xA75060) is known color: Hippie Pink. HEX triplet: A7, 50 and 60. RGB value is (167,80,96). Sum of RGB (Red+Green+Blue) = 167+80+96=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A75060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75060 is #58AF9F. Grayscale: #6B6B6B. Windows color (decimal): -5812128 or 6312103. OLE color: 6312103.

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

Color convert

RGB 167 80 96 -
CMYK 0 0.52 0.43 0.35
HSL 348.97º 0.35% 0.48% -
HSV(B) 348.97º 0.52% 0.65% -
XYZ 20.92 14.8 12.82 -
YUV 107.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 167 80 96 0 0.52 0.43 0.35 348.97 0.35 0.48
Hex A7 50 60 0 34 2B 23 15D 23 30
Octal 247 120 140 0 64 53 43 535 43 60
Binary 10100111 1010000 1100000 0 110100 101011 100011 101011101 100011 110000

Color Harmonies of #A75060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75060

Black with #A75060

Text Example


Text Example

White with #A75060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75060; }

 p { color: rgb(167,80,96); }

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

background-color css

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

 a { background-color: rgb(167,80,96); }

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

border-color css

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

 span { border-color: rgb(167,80,96); }

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