Html Css Color HEX #A5505D Hippie Pink

📋 copy color: '#A5505D'

red 165 ◦ green 80 ◦ blue 93

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

Shades of Hippie Pink #A5505D

Tints of Hippie Pink #A5505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.67%

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

R = 48.82%
G = 23.67%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5505D (or 0xA5505D) is known color: Hippie Pink. HEX triplet: A5, 50 and 5D. RGB value is (165,80,93). Sum of RGB (Red+Green+Blue) = 165+80+93=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5505D is #5AAFA2. Grayscale: #6A6A6A. Windows color (decimal): -5943203 or 6115493. OLE color: 6115493.

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

Color convert

RGB 165 80 93 -
CMYK 0 0.52 0.44 0.35
HSL 350.82º 0.35% 0.48% -
HSV(B) 350.82º 0.52% 0.65% -
XYZ 20.36 14.53 12.09 -
YUV 106.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 165 80 93 0 0.52 0.44 0.35 350.82 0.35 0.48
Hex A5 50 5D 0 34 2C 23 15F 23 30
Octal 245 120 135 0 64 54 43 537 43 60
Binary 10100101 1010000 1011101 0 110100 101100 100011 101011111 100011 110000

Color Harmonies of #A5505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5505D

Black with #A5505D

Text Example


Text Example

White with #A5505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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