Html Css Color HEX #A5465D Hippie Pink

📋 copy color: '#A5465D'

red 165 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #A5465D

Tints of Hippie Pink #A5465D

RGB

 RED value IS 165 (64.84% from 255) = 50.3%

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

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

R = 50.3%
G = 21.34%
B = 28.35%

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

#A5465D (or 0xA5465D) is known color: Hippie Pink. HEX triplet: A5, 46 and 5D. RGB value is (165,70,93). Sum of RGB (Red+Green+Blue) = 165+70+93=328 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.30% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 165 - color contains mainly: red. Hex color #A5465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5465D is #5AB9A2. Grayscale: #656565. Windows color (decimal): -5945763 or 6112933. OLE color: 6112933.

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

Color convert

RGB 165 70 93 -
CMYK 0 0.58 0.44 0.35
HSL 345.47º 0.4% 0.46% -
HSV(B) 345.47º 0.58% 0.65% -
XYZ 19.68 13.17 11.86 -
YUV 101.03 123.47 173.63 -
System Red Green Blue C M Y K H S L
Decimal 165 70 93 0 0.58 0.44 0.35 345.47 0.4 0.46
Hex A5 46 5D 0 3A 2C 23 159 28 2E
Octal 245 106 135 0 72 54 43 531 50 56
Binary 10100101 1000110 1011101 0 111010 101100 100011 101011001 101000 101110

Color Harmonies of #A5465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5465D

Black with #A5465D

Text Example


Text Example

White with #A5465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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