Html Css Color HEX #A7465D Hippie Pink

📋 copy color: '#A7465D'

red 167 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #A7465D

Tints of Hippie Pink #A7465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.21%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 50.61%
G = 21.21%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7465D (or 0xA7465D) is known color: Hippie Pink. HEX triplet: A7, 46 and 5D. RGB value is (167,70,93). Sum of RGB (Red+Green+Blue) = 167+70+93=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A7465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7465D is #58B9A2. Grayscale: #656565. Windows color (decimal): -5814691 or 6112935. OLE color: 6112935.

HSL color Cylindrical-coordinate representation of color #A7465D: hue angle of 345.77º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A7465D is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 70 93 -
CMYK 0 0.58 0.44 0.35
HSL 345.77º 0.41% 0.46% -
HSV(B) 345.77º 0.58% 0.65% -
XYZ 20.1 13.39 11.88 -
YUV 101.63 123.14 174.63 -
System Red Green Blue C M Y K H S L
Decimal 167 70 93 0 0.58 0.44 0.35 345.77 0.41 0.46
Hex A7 46 5D 0 3A 2C 23 15A 29 2E
Octal 247 106 135 0 72 54 43 532 51 56
Binary 10100111 1000110 1011101 0 111010 101100 100011 101011010 101001 101110

Color Harmonies of #A7465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7465D

Black with #A7465D

Text Example


Text Example

White with #A7465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7465D; }

 p { color: rgb(167,70,93); }

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

background-color css

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

 a { background-color: rgb(167,70,93); }

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

border-color css

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

 span { border-color: rgb(167,70,93); }

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