Html Css Color HEX #A85A60 Hippie Pink

📋 copy color: '#A85A60'

red 168 ◦ green 90 ◦ blue 96

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

Shades of Hippie Pink #A85A60

Tints of Hippie Pink #A85A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 47.46%
G = 25.42%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#A85A60 (or 0xA85A60) is known color: Hippie Pink. HEX triplet: A8, 5A and 60. RGB value is (168,90,96). Sum of RGB (Red+Green+Blue) = 168+90+96=354 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.46% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 168 - color contains mainly: red. Hex color #A85A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85A60 is #57A59F. Grayscale: #727272. Windows color (decimal): -5744032 or 6314664. OLE color: 6314664.

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

Color convert

RGB 168 90 96 -
CMYK 0 0.46 0.43 0.34
HSL 355.38º 0.31% 0.51% -
HSV(B) 355.38º 0.46% 0.66% -
XYZ 21.92 16.48 13.09 -
YUV 114.01 117.84 166.51 -
System Red Green Blue C M Y K H S L
Decimal 168 90 96 0 0.46 0.43 0.34 355.38 0.31 0.51
Hex A8 5A 60 0 2E 2B 22 163 1F 33
Octal 250 132 140 0 56 53 42 543 37 63
Binary 10101000 1011010 1100000 0 101110 101011 100010 101100011 11111 110011

Color Harmonies of #A85A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85A60

Black with #A85A60

Text Example


Text Example

White with #A85A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85A60; }

 p { color: rgb(168,90,96); }

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

background-color css

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

 a { background-color: rgb(168,90,96); }

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

border-color css

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

 span { border-color: rgb(168,90,96); }

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