Html Css Color HEX #A5545B Hippie Pink

📋 copy color: '#A5545B'

red 165 ◦ green 84 ◦ blue 91

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

Shades of Hippie Pink #A5545B

Tints of Hippie Pink #A5545B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.71%

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

R = 48.53%
G = 24.71%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5545B (or 0xA5545B) is known color: Hippie Pink. HEX triplet: A5, 54 and 5B. RGB value is (165,84,91). Sum of RGB (Red+Green+Blue) = 165+84+91=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5545B is #5AABA4. Grayscale: #6D6D6D. Windows color (decimal): -5942181 or 5985445. OLE color: 5985445.

HSL color Cylindrical-coordinate representation of color #A5545B: hue angle of 354.81º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5545B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 91 -
CMYK 0 0.49 0.45 0.35
HSL 354.81º 0.33% 0.49% -
HSV(B) 354.81º 0.49% 0.65% -
XYZ 20.58 15.1 11.73 -
YUV 109.02 117.84 167.93 -
System Red Green Blue C M Y K H S L
Decimal 165 84 91 0 0.49 0.45 0.35 354.81 0.33 0.49
Hex A5 54 5B 0 31 2D 23 163 21 31
Octal 245 124 133 0 61 55 43 543 41 61
Binary 10100101 1010100 1011011 0 110001 101101 100011 101100011 100001 110001

Color Harmonies of #A5545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5545B

Black with #A5545B

Text Example


Text Example

White with #A5545B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5545B; }

 p { color: rgb(165,84,91); }

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

background-color css

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

 a { background-color: rgb(165,84,91); }

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

border-color css

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

 span { border-color: rgb(165,84,91); }

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