Html Css Color HEX #A84554 Hippie Pink

📋 copy color: '#A84554'

red 168 ◦ green 69 ◦ blue 84

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

Shades of Hippie Pink #A84554

Tints of Hippie Pink #A84554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.17%

R = 52.34%
G = 21.5%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.5

 K value IS 0.34

RGB Variations

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

Color information

#A84554 (or 0xA84554) is known color: Hippie Pink. HEX triplet: A8, 45 and 54. RGB value is (168,69,84). Sum of RGB (Red+Green+Blue) = 168+69+84=321 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.34% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 168 - color contains mainly: red. Hex color #A84554 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84554 is #57BAAB. Grayscale: #646464. Windows color (decimal): -5749420 or 5522856. OLE color: 5522856.

HSL color Cylindrical-coordinate representation of color #A84554: hue angle of 350.91º 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 #A84554 is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 69 84 -
CMYK 0 0.59 0.5 0.34
HSL 350.91º 0.42% 0.46% -
HSV(B) 350.91º 0.59% 0.66% -
XYZ 19.88 13.22 9.89 -
YUV 100.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 168 69 84 0 0.59 0.5 0.34 350.91 0.42 0.46
Hex A8 45 54 0 3B 32 22 15F 2A 2E
Octal 250 105 124 0 73 62 42 537 52 56
Binary 10101000 1000101 1010100 0 111011 110010 100010 101011111 101010 101110

Color Harmonies of #A84554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84554

Black with #A84554

Text Example


Text Example

White with #A84554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84554; }

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

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

background-color css

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

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

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

border-color css

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

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

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