Html Css Color HEX #A75463 Hippie Pink

📋 copy color: '#A75463'

red 167 ◦ green 84 ◦ blue 99

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

Shades of Hippie Pink #A75463

Tints of Hippie Pink #A75463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24%

 BLUE value IS 99 (39.06% from 255) = 28.29%

R = 47.71%
G = 24%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.35

RGB Variations

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

Color information

#A75463 (or 0xA75463) is known color: Hippie Pink. HEX triplet: A7, 54 and 63. RGB value is (167,84,99). Sum of RGB (Red+Green+Blue) = 167+84+99=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A75463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75463 is #58AB9C. Grayscale: #6E6E6E. Windows color (decimal): -5811101 or 6509735. OLE color: 6509735.

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

Color convert

RGB 167 84 99 -
CMYK 0 0.50 0.41 0.35
HSL 349.16º 0.33% 0.49% -
HSV(B) 349.16º 0.5% 0.65% -
XYZ 21.36 15.46 13.66 -
YUV 110.53 121.5 168.28 -
System Red Green Blue C M Y K H S L
Decimal 167 84 99 0 0.50 0.41 0.35 349.16 0.33 0.49
Hex A7 54 63 0 32 29 23 15D 21 31
Octal 247 124 143 0 62 51 43 535 41 61
Binary 10100111 1010100 1100011 0 110010 101001 100011 101011101 100001 110001

Color Harmonies of #A75463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75463

Black with #A75463

Text Example


Text Example

White with #A75463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75463; }

 p { color: rgb(167,84,99); }

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

background-color css

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

 a { background-color: rgb(167,84,99); }

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

border-color css

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

 span { border-color: rgb(167,84,99); }

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