Html Css Color HEX #A85056 Hippie Pink

📋 copy color: '#A85056'

red 168 ◦ green 80 ◦ blue 86

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

Shades of Hippie Pink #A85056

Tints of Hippie Pink #A85056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 50.3%
G = 23.95%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A85056 (or 0xA85056) is known color: Hippie Pink. HEX triplet: A8, 50 and 56. RGB value is (168,80,86). Sum of RGB (Red+Green+Blue) = 168+80+86=334 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.30% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 168 - color contains mainly: red. Hex color #A85056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85056 is #57AFA9. Grayscale: #6B6B6B. Windows color (decimal): -5746602 or 5656744. OLE color: 5656744.

HSL color Cylindrical-coordinate representation of color #A85056: hue angle of 355.91º 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 #A85056 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 86 -
CMYK 0 0.52 0.49 0.34
HSL 355.91º 0.35% 0.49% -
HSV(B) 355.91º 0.52% 0.66% -
XYZ 20.7 14.73 10.56 -
YUV 107 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 168 80 86 0 0.52 0.49 0.34 355.91 0.35 0.49
Hex A8 50 56 0 34 31 22 164 23 31
Octal 250 120 126 0 64 61 42 544 43 61
Binary 10101000 1010000 1010110 0 110100 110001 100010 101100100 100011 110001

Color Harmonies of #A85056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85056

Black with #A85056

Text Example


Text Example

White with #A85056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85056; }

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

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

background-color css

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

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

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

border-color css

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

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

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