Html Css Color HEX #A75061 Hippie Pink

📋 copy color: '#A75061'

red 167 ◦ green 80 ◦ blue 97

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

Shades of Hippie Pink #A75061

Tints of Hippie Pink #A75061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.2%

R = 48.55%
G = 23.26%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A75061 (or 0xA75061) is known color: Hippie Pink. HEX triplet: A7, 50 and 61. RGB value is (167,80,97). Sum of RGB (Red+Green+Blue) = 167+80+97=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A75061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75061 is #58AF9E. Grayscale: #6B6B6B. Windows color (decimal): -5812127 or 6377639. OLE color: 6377639.

HSL color Cylindrical-coordinate representation of color #A75061: hue angle of 348.28º 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 #A75061 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 80 97 -
CMYK 0 0.52 0.42 0.35
HSL 348.28º 0.35% 0.48% -
HSV(B) 348.28º 0.52% 0.65% -
XYZ 20.96 14.82 13.06 -
YUV 107.95 121.82 170.12 -
System Red Green Blue C M Y K H S L
Decimal 167 80 97 0 0.52 0.42 0.35 348.28 0.35 0.48
Hex A7 50 61 0 34 2A 23 15C 23 30
Octal 247 120 141 0 64 52 43 534 43 60
Binary 10100111 1010000 1100001 0 110100 101010 100011 101011100 100011 110000

Color Harmonies of #A75061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75061

Black with #A75061

Text Example


Text Example

White with #A75061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75061; }

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

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

background-color css

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

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

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

border-color css

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

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

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