Html Css Color HEX #A8505D Hippie Pink

📋 copy color: '#A8505D'

red 168 ◦ green 80 ◦ blue 93

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

Shades of Hippie Pink #A8505D

Tints of Hippie Pink #A8505D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.46%

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

R = 49.27%
G = 23.46%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A8505D (or 0xA8505D) is known color: Hippie Pink. HEX triplet: A8, 50 and 5D. RGB value is (168,80,93). Sum of RGB (Red+Green+Blue) = 168+80+93=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A8505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8505D is #57AFA2. Grayscale: #6B6B6B. Windows color (decimal): -5746595 or 6115496. OLE color: 6115496.

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

Color convert

RGB 168 80 93 -
CMYK 0 0.52 0.45 0.34
HSL 351.14º 0.35% 0.49% -
HSV(B) 351.14º 0.52% 0.66% -
XYZ 20.99 14.85 12.12 -
YUV 107.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 168 80 93 0 0.52 0.45 0.34 351.14 0.35 0.49
Hex A8 50 5D 0 34 2D 22 15F 23 31
Octal 250 120 135 0 64 55 42 537 43 61
Binary 10101000 1010000 1011101 0 110100 101101 100010 101011111 100011 110001

Color Harmonies of #A8505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8505D

Black with #A8505D

Text Example


Text Example

White with #A8505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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