Html Css Color HEX #A85C5D Hippie Pink

📋 copy color: '#A85C5D'

red 168 ◦ green 92 ◦ blue 93

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

Shades of Hippie Pink #A85C5D

Tints of Hippie Pink #A85C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

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

R = 47.59%
G = 26.06%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A85C5D (or 0xA85C5D) is known color: Hippie Pink. HEX triplet: A8, 5C and 5D. RGB value is (168,92,93). Sum of RGB (Red+Green+Blue) = 168+92+93=353 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.59% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C5D is #57A3A2. Grayscale: #727272. Windows color (decimal): -5743523 or 6118568. OLE color: 6118568.

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

Color convert

RGB 168 92 93 -
CMYK 0 0.45 0.45 0.34
HSL 359.21º 0.3% 0.51% -
HSV(B) 359.21º 0.45% 0.66% -
XYZ 21.95 16.77 12.44 -
YUV 114.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 168 92 93 0 0.45 0.45 0.34 359.21 0.3 0.51
Hex A8 5C 5D 0 2D 2D 22 167 1E 33
Octal 250 134 135 0 55 55 42 547 36 63
Binary 10101000 1011100 1011101 0 101101 101101 100010 101100111 11110 110011

Color Harmonies of #A85C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C5D

Black with #A85C5D

Text Example


Text Example

White with #A85C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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