Html Css Color HEX #A5505C Hippie Pink

📋 copy color: '#A5505C'

red 165 ◦ green 80 ◦ blue 92

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

Shades of Hippie Pink #A5505C

Tints of Hippie Pink #A5505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 48.96%
G = 23.74%
B = 27.3%

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

#A5505C (or 0xA5505C) is known color: Hippie Pink. HEX triplet: A5, 50 and 5C. RGB value is (165,80,92). Sum of RGB (Red+Green+Blue) = 165+80+92=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A5505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5505C is #5AAFA3. Grayscale: #6A6A6A. Windows color (decimal): -5943204 or 6049957. OLE color: 6049957.

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

Color convert

RGB 165 80 92 -
CMYK 0 0.52 0.44 0.35
HSL 351.53º 0.35% 0.48% -
HSV(B) 351.53º 0.52% 0.65% -
XYZ 20.32 14.51 11.85 -
YUV 106.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 165 80 92 0 0.52 0.44 0.35 351.53 0.35 0.48
Hex A5 50 5C 0 34 2C 23 160 23 30
Octal 245 120 134 0 64 54 43 540 43 60
Binary 10100101 1010000 1011100 0 110100 101100 100011 101100000 100011 110000

Color Harmonies of #A5505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5505C

Black with #A5505C

Text Example


Text Example

White with #A5505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5505C; }

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

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

background-color css

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

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

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

border-color css

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

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

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