Html Css Color HEX #A8485D Hippie Pink

📋 copy color: '#A8485D'

red 168 ◦ green 72 ◦ blue 93

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

Shades of Hippie Pink #A8485D

Tints of Hippie Pink #A8485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.62%

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

R = 50.45%
G = 21.62%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8485D (or 0xA8485D) is known color: Hippie Pink. HEX triplet: A8, 48 and 5D. RGB value is (168,72,93). Sum of RGB (Red+Green+Blue) = 168+72+93=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A8485D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8485D is #57B7A2. Grayscale: #676767. Windows color (decimal): -5748643 or 6113448. OLE color: 6113448.

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

Color convert

RGB 168 72 93 -
CMYK 0 0.57 0.45 0.34
HSL 346.88º 0.4% 0.47% -
HSV(B) 346.88º 0.57% 0.66% -
XYZ 20.44 13.75 11.93 -
YUV 103.1 122.3 174.29 -
System Red Green Blue C M Y K H S L
Decimal 168 72 93 0 0.57 0.45 0.34 346.88 0.4 0.47
Hex A8 48 5D 0 39 2D 22 15B 28 2F
Octal 250 110 135 0 71 55 42 533 50 57
Binary 10101000 1001000 1011101 0 111001 101101 100010 101011011 101000 101111

Color Harmonies of #A8485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8485D

Black with #A8485D

Text Example


Text Example

White with #A8485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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