Html Css Color HEX #A84E55 Hippie Pink

📋 copy color: '#A84E55'

red 168 ◦ green 78 ◦ blue 85

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

Shades of Hippie Pink #A84E55

Tints of Hippie Pink #A84E55

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.56%

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

R = 50.76%
G = 23.56%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A84E55 (or 0xA84E55) is known color: Hippie Pink. HEX triplet: A8, 4E and 55. RGB value is (168,78,85). Sum of RGB (Red+Green+Blue) = 168+78+85=331 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.76% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E55 is #57B1AA. Grayscale: #696969. Windows color (decimal): -5747115 or 5590696. OLE color: 5590696.

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

Color convert

RGB 168 78 85 -
CMYK 0 0.54 0.49 0.34
HSL 355.33º 0.37% 0.48% -
HSV(B) 355.33º 0.54% 0.66% -
XYZ 20.51 14.43 10.3 -
YUV 105.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 168 78 85 0 0.54 0.49 0.34 355.33 0.37 0.48
Hex A8 4E 55 0 36 31 22 163 25 30
Octal 250 116 125 0 66 61 42 543 45 60
Binary 10101000 1001110 1010101 0 110110 110001 100010 101100011 100101 110000

Color Harmonies of #A84E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84E55

Black with #A84E55

Text Example


Text Example

White with #A84E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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