Html Css Color HEX #A84555 Hippie Pink

📋 copy color: '#A84555'

red 168 ◦ green 69 ◦ blue 85

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

Shades of Hippie Pink #A84555

Tints of Hippie Pink #A84555

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

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

R = 52.17%
G = 21.43%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A84555 (or 0xA84555) is known color: Hippie Pink. HEX triplet: A8, 45 and 55. RGB value is (168,69,85). Sum of RGB (Red+Green+Blue) = 168+69+85=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A84555 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84555 is #57BAAA. Grayscale: #646464. Windows color (decimal): -5749419 or 5588392. OLE color: 5588392.

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

Color convert

RGB 168 69 85 -
CMYK 0 0.59 0.49 0.34
HSL 350.3º 0.42% 0.46% -
HSV(B) 350.3º 0.59% 0.66% -
XYZ 19.92 13.24 10.1 -
YUV 100.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 168 69 85 0 0.59 0.49 0.34 350.3 0.42 0.46
Hex A8 45 55 0 3B 31 22 15E 2A 2E
Octal 250 105 125 0 73 61 42 536 52 56
Binary 10101000 1000101 1010101 0 111011 110001 100010 101011110 101010 101110

Color Harmonies of #A84555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84555

Black with #A84555

Text Example


Text Example

White with #A84555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84555; }

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

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

background-color css

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

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

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

border-color css

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

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

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