Html Css Color HEX #A8565D Hippie Pink

📋 copy color: '#A8565D'

red 168 ◦ green 86 ◦ blue 93

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

Shades of Hippie Pink #A8565D

Tints of Hippie Pink #A8565D

RGB

 RED value IS 168 (66.02% from 255) = 48.41%

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

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

R = 48.41%
G = 24.78%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8565D (or 0xA8565D) is known color: Hippie Pink. HEX triplet: A8, 56 and 5D. RGB value is (168,86,93). Sum of RGB (Red+Green+Blue) = 168+86+93=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A8565D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8565D is #57A9A2. Grayscale: #6F6F6F. Windows color (decimal): -5745059 or 6117032. OLE color: 6117032.

HSL color Cylindrical-coordinate representation of color #A8565D: hue angle of 354.88º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8565D is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 86 93 -
CMYK 0 0.49 0.45 0.34
HSL 354.88º 0.32% 0.5% -
HSV(B) 354.88º 0.49% 0.66% -
XYZ 21.45 15.77 12.27 -
YUV 111.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 168 86 93 0 0.49 0.45 0.34 354.88 0.32 0.5
Hex A8 56 5D 0 31 2D 22 163 20 32
Octal 250 126 135 0 61 55 42 543 40 62
Binary 10101000 1010110 1011101 0 110001 101101 100010 101100011 100000 110010

Color Harmonies of #A8565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8565D

Black with #A8565D

Text Example


Text Example

White with #A8565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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