Html Css Color HEX #A5445D Hippie Pink

📋 copy color: '#A5445D'

red 165 ◦ green 68 ◦ blue 93

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

Shades of Hippie Pink #A5445D

Tints of Hippie Pink #A5445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

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

R = 50.61%
G = 20.86%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5445D (or 0xA5445D) is known color: Hippie Pink. HEX triplet: A5, 44 and 5D. RGB value is (165,68,93). Sum of RGB (Red+Green+Blue) = 165+68+93=326 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.61% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 165 - color contains mainly: red. Hex color #A5445D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5445D is #5ABBA2. Grayscale: #636363. Windows color (decimal): -5946275 or 6112421. OLE color: 6112421.

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

Color convert

RGB 165 68 93 -
CMYK 0 0.59 0.44 0.35
HSL 344.54º 0.42% 0.46% -
HSV(B) 344.54º 0.59% 0.65% -
XYZ 19.56 12.92 11.82 -
YUV 99.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 165 68 93 0 0.59 0.44 0.35 344.54 0.42 0.46
Hex A5 44 5D 0 3B 2C 23 159 2A 2E
Octal 245 104 135 0 73 54 43 531 52 56
Binary 10100101 1000100 1011101 0 111011 101100 100011 101011001 101010 101110

Color Harmonies of #A5445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5445D

Black with #A5445D

Text Example


Text Example

White with #A5445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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