Html Css Color HEX #A85355 Hippie Pink

📋 copy color: '#A85355'

red 168 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #A85355

Tints of Hippie Pink #A85355

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.7%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 50%
G = 24.7%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A85355 (or 0xA85355) is known color: Hippie Pink. HEX triplet: A8, 53 and 55. RGB value is (168,83,85). Sum of RGB (Red+Green+Blue) = 168+83+85=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A85355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85355 is #57ACAA. Grayscale: #6C6C6C. Windows color (decimal): -5745835 or 5591976. OLE color: 5591976.

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

Color convert

RGB 168 83 85 -
CMYK 0 0.51 0.49 0.34
HSL 358.59º 0.34% 0.49% -
HSV(B) 358.59º 0.51% 0.66% -
XYZ 20.88 15.17 10.42 -
YUV 108.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 168 83 85 0 0.51 0.49 0.34 358.59 0.34 0.49
Hex A8 53 55 0 33 31 22 167 22 31
Octal 250 123 125 0 63 61 42 547 42 61
Binary 10101000 1010011 1010101 0 110011 110001 100010 101100111 100010 110001

Color Harmonies of #A85355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85355

Black with #A85355

Text Example


Text Example

White with #A85355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85355; }

 p { color: rgb(168,83,85); }

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

background-color css

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

 a { background-color: rgb(168,83,85); }

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

border-color css

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

 span { border-color: rgb(168,83,85); }

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