Html Css Color HEX #A5585B Hippie Pink

📋 copy color: '#A5585B'

red 165 ◦ green 88 ◦ blue 91

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

Shades of Hippie Pink #A5585B

Tints of Hippie Pink #A5585B

RGB

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

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

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

R = 47.97%
G = 25.58%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5585B (or 0xA5585B) is known color: Hippie Pink. HEX triplet: A5, 58 and 5B. RGB value is (165,88,91). Sum of RGB (Red+Green+Blue) = 165+88+91=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5585B is #5AA7A4. Grayscale: #6F6F6F. Windows color (decimal): -5941157 or 5986469. OLE color: 5986469.

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

Color convert

RGB 165 88 91 -
CMYK 0 0.47 0.45 0.35
HSL 357.66º 0.3% 0.5% -
HSV(B) 357.66º 0.47% 0.65% -
XYZ 20.9 15.73 11.83 -
YUV 111.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 165 88 91 0 0.47 0.45 0.35 357.66 0.3 0.5
Hex A5 58 5B 0 2F 2D 23 166 1E 32
Octal 245 130 133 0 57 55 43 546 36 62
Binary 10100101 1011000 1011011 0 101111 101101 100011 101100110 11110 110010

Color Harmonies of #A5585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5585B

Black with #A5585B

Text Example


Text Example

White with #A5585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5585B; }

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

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

background-color css

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

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

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

border-color css

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

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

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