Html Css Color HEX #A5595C Hippie Pink

📋 copy color: '#A5595C'

red 165 ◦ green 89 ◦ blue 92

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

Shades of Hippie Pink #A5595C

Tints of Hippie Pink #A5595C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.72%

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

R = 47.69%
G = 25.72%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A5595C (or 0xA5595C) is known color: Hippie Pink. HEX triplet: A5, 59 and 5C. RGB value is (165,89,92). Sum of RGB (Red+Green+Blue) = 165+89+92=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5595C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5595C is #5AA6A3. Grayscale: #707070. Windows color (decimal): -5940900 or 6052261. OLE color: 6052261.

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

Color convert

RGB 165 89 92 -
CMYK 0 0.46 0.44 0.35
HSL 357.63º 0.3% 0.5% -
HSV(B) 357.63º 0.46% 0.65% -
XYZ 21.02 15.92 12.09 -
YUV 112.07 116.68 165.76 -
System Red Green Blue C M Y K H S L
Decimal 165 89 92 0 0.46 0.44 0.35 357.63 0.3 0.5
Hex A5 59 5C 0 2E 2C 23 166 1E 32
Octal 245 131 134 0 56 54 43 546 36 62
Binary 10100101 1011001 1011100 0 101110 101100 100011 101100110 11110 110010

Color Harmonies of #A5595C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5595C

Black with #A5595C

Text Example


Text Example

White with #A5595C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5595C; }

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

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

background-color css

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

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

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

border-color css

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

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

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