Html Css Color HEX #A7465E Hippie Pink

📋 copy color: '#A7465E'

red 167 ◦ green 70 ◦ blue 94

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

Shades of Hippie Pink #A7465E

Tints of Hippie Pink #A7465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.4%

R = 50.45%
G = 21.15%
B = 28.4%

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

#A7465E (or 0xA7465E) is known color: Hippie Pink. HEX triplet: A7, 46 and 5E. RGB value is (167,70,94). Sum of RGB (Red+Green+Blue) = 167+70+94=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A7465E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7465E is #58B9A1. Grayscale: #656565. Windows color (decimal): -5814690 or 6178471. OLE color: 6178471.

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

Color convert

RGB 167 70 94 -
CMYK 0 0.58 0.44 0.35
HSL 345.15º 0.41% 0.46% -
HSV(B) 345.15º 0.58% 0.65% -
XYZ 20.15 13.4 12.12 -
YUV 101.74 123.64 174.55 -
System Red Green Blue C M Y K H S L
Decimal 167 70 94 0 0.58 0.44 0.35 345.15 0.41 0.46
Hex A7 46 5E 0 3A 2C 23 159 29 2E
Octal 247 106 136 0 72 54 43 531 51 56
Binary 10100111 1000110 1011110 0 111010 101100 100011 101011001 101001 101110

Color Harmonies of #A7465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7465E

Black with #A7465E

Text Example


Text Example

White with #A7465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7465E; }

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

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

background-color css

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

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

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

border-color css

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

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

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