Html Css Color HEX #A84455 Hippie Pink

📋 copy color: '#A84455'

red 168 ◦ green 68 ◦ blue 85

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

Shades of Hippie Pink #A84455

Tints of Hippie Pink #A84455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

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

R = 52.34%
G = 21.18%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A84455 (or 0xA84455) is known color: Hippie Pink. HEX triplet: A8, 44 and 55. RGB value is (168,68,85). Sum of RGB (Red+Green+Blue) = 168+68+85=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A84455 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84455 is #57BBAA. Grayscale: #636363. Windows color (decimal): -5749675 or 5588136. OLE color: 5588136.

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

Color convert

RGB 168 68 85 -
CMYK 0 0.60 0.49 0.34
HSL 349.8º 0.42% 0.46% -
HSV(B) 349.8º 0.6% 0.66% -
XYZ 19.86 13.11 10.08 -
YUV 99.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 168 68 85 0 0.60 0.49 0.34 349.8 0.42 0.46
Hex A8 44 55 0 3C 31 22 15E 2A 2E
Octal 250 104 125 0 74 61 42 536 52 56
Binary 10101000 1000100 1010101 0 111100 110001 100010 101011110 101010 101110

Color Harmonies of #A84455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84455

Black with #A84455

Text Example


Text Example

White with #A84455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84455; }

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

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

background-color css

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

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

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

border-color css

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

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

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