Html Css Color HEX #A7465B Hippie Pink

📋 copy color: '#A7465B'

red 167 ◦ green 70 ◦ blue 91

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

Shades of Hippie Pink #A7465B

Tints of Hippie Pink #A7465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.74%

R = 50.91%
G = 21.34%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7465B (or 0xA7465B) is known color: Hippie Pink. HEX triplet: A7, 46 and 5B. RGB value is (167,70,91). Sum of RGB (Red+Green+Blue) = 167+70+91=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A7465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7465B is #58B9A4. Grayscale: #656565. Windows color (decimal): -5814693 or 5981863. OLE color: 5981863.

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

Color convert

RGB 167 70 91 -
CMYK 0 0.58 0.46 0.35
HSL 347.01º 0.41% 0.46% -
HSV(B) 347.01º 0.58% 0.65% -
XYZ 20.01 13.35 11.42 -
YUV 101.4 122.14 174.79 -
System Red Green Blue C M Y K H S L
Decimal 167 70 91 0 0.58 0.46 0.35 347.01 0.41 0.46
Hex A7 46 5B 0 3A 2E 23 15B 29 2E
Octal 247 106 133 0 72 56 43 533 51 56
Binary 10100111 1000110 1011011 0 111010 101110 100011 101011011 101001 101110

Color Harmonies of #A7465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7465B

Black with #A7465B

Text Example


Text Example

White with #A7465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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