Html Css Color HEX #A0565D Hippie Pink

📋 copy color: '#A0565D'

red 160 ◦ green 86 ◦ blue 93

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

Shades of Hippie Pink #A0565D

Tints of Hippie Pink #A0565D

RGB

 RED value IS 160 (62.89% from 255) = 47.2%

 GREEN value IS 86 (33.98% from 255) = 25.37%

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

R = 47.2%
G = 25.37%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0565D (or 0xA0565D) is known color: Hippie Pink. HEX triplet: A0, 56 and 5D. RGB value is (160,86,93). Sum of RGB (Red+Green+Blue) = 160+86+93=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0565D is #5FA9A2. Grayscale: #6C6C6C. Windows color (decimal): -6269347 or 6117024. OLE color: 6117024.

HSL color Cylindrical-coordinate representation of color #A0565D: hue angle of 354.32º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0565D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 86 93 -
CMYK 0 0.46 0.42 0.37
HSL 354.32º 0.3% 0.48% -
HSV(B) 354.32º 0.46% 0.63% -
XYZ 19.8 14.92 12.19 -
YUV 108.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 160 86 93 0 0.46 0.42 0.37 354.32 0.3 0.48
Hex A0 56 5D 0 2E 2A 25 162 1E 30
Octal 240 126 135 0 56 52 45 542 36 60
Binary 10100000 1010110 1011101 0 101110 101010 100101 101100010 11110 110000

Color Harmonies of #A0565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0565D

Black with #A0565D

Text Example


Text Example

White with #A0565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0565D; }

 p { color: rgb(160,86,93); }

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

background-color css

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

 a { background-color: rgb(160,86,93); }

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

border-color css

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

 span { border-color: rgb(160,86,93); }

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