Html Css Color HEX #A75066 Hippie Pink

📋 copy color: '#A75066'

red 167 ◦ green 80 ◦ blue 102

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

Shades of Hippie Pink #A75066

Tints of Hippie Pink #A75066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.23%

R = 47.85%
G = 22.92%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A75066 (or 0xA75066) is known color: Hippie Pink. HEX triplet: A7, 50 and 66. RGB value is (167,80,102). Sum of RGB (Red+Green+Blue) = 167+80+102=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A75066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75066 is #58AF99. Grayscale: #6C6C6C. Windows color (decimal): -5812122 or 6705319. OLE color: 6705319.

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

Color convert

RGB 167 80 102 -
CMYK 0 0.52 0.39 0.35
HSL 344.83º 0.35% 0.48% -
HSV(B) 344.83º 0.52% 0.65% -
XYZ 21.2 14.91 14.33 -
YUV 108.52 124.32 169.71 -
System Red Green Blue C M Y K H S L
Decimal 167 80 102 0 0.52 0.39 0.35 344.83 0.35 0.48
Hex A7 50 66 0 34 27 23 159 23 30
Octal 247 120 146 0 64 47 43 531 43 60
Binary 10100111 1010000 1100110 0 110100 100111 100011 101011001 100011 110000

Color Harmonies of #A75066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75066

Black with #A75066

Text Example


Text Example

White with #A75066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75066; }

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

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

background-color css

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

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

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

border-color css

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

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

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