Html Css Color HEX #A5585D Hippie Pink

📋 copy color: '#A5585D'

red 165 ◦ green 88 ◦ blue 93

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

Shades of Hippie Pink #A5585D

Tints of Hippie Pink #A5585D

RGB

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

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

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

R = 47.69%
G = 25.43%
B = 26.88%

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

#A5585D (or 0xA5585D) is known color: Hippie Pink. HEX triplet: A5, 58 and 5D. RGB value is (165,88,93). Sum of RGB (Red+Green+Blue) = 165+88+93=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5585D is #5AA7A2. Grayscale: #6F6F6F. Windows color (decimal): -5941155 or 6117541. OLE color: 6117541.

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

Color convert

RGB 165 88 93 -
CMYK 0 0.47 0.44 0.35
HSL 356.1º 0.3% 0.5% -
HSV(B) 356.1º 0.47% 0.65% -
XYZ 20.98 15.77 12.29 -
YUV 111.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 165 88 93 0 0.47 0.44 0.35 356.1 0.3 0.5
Hex A5 58 5D 0 2F 2C 23 164 1E 32
Octal 245 130 135 0 57 54 43 544 36 62
Binary 10100101 1011000 1011101 0 101111 101100 100011 101100100 11110 110010

Color Harmonies of #A5585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5585D

Black with #A5585D

Text Example


Text Example

White with #A5585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5585D; }

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

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

background-color css

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

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

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

border-color css

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

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

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