Html Css Color HEX #A5585C Hippie Pink

📋 copy color: '#A5585C'

red 165 ◦ green 88 ◦ blue 92

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

Shades of Hippie Pink #A5585C

Tints of Hippie Pink #A5585C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.51%

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

R = 47.83%
G = 25.51%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5585C (or 0xA5585C) is known color: Hippie Pink. HEX triplet: A5, 58 and 5C. RGB value is (165,88,92). Sum of RGB (Red+Green+Blue) = 165+88+92=345 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.83% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 165 - color contains mainly: red. Hex color #A5585C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5585C is #5AA7A3. Grayscale: #6F6F6F. Windows color (decimal): -5941156 or 6052005. OLE color: 6052005.

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

Color convert

RGB 165 88 92 -
CMYK 0 0.47 0.44 0.35
HSL 356.88º 0.3% 0.5% -
HSV(B) 356.88º 0.47% 0.65% -
XYZ 20.94 15.75 12.06 -
YUV 111.48 117.01 166.17 -
System Red Green Blue C M Y K H S L
Decimal 165 88 92 0 0.47 0.44 0.35 356.88 0.3 0.5
Hex A5 58 5C 0 2F 2C 23 165 1E 32
Octal 245 130 134 0 57 54 43 545 36 62
Binary 10100101 1011000 1011100 0 101111 101100 100011 101100101 11110 110010

Color Harmonies of #A5585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5585C

Black with #A5585C

Text Example


Text Example

White with #A5585C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5585C; }

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

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

background-color css

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

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

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

border-color css

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

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

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