Html Css Color HEX #A84854 Hippie Pink

📋 copy color: '#A84854'

red 168 ◦ green 72 ◦ blue 84

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

Shades of Hippie Pink #A84854

Tints of Hippie Pink #A84854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.22%

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

R = 51.85%
G = 22.22%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.5

 K value IS 0.34

RGB Variations

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

Color information

#A84854 (or 0xA84854) is known color: Hippie Pink. HEX triplet: A8, 48 and 54. RGB value is (168,72,84). Sum of RGB (Red+Green+Blue) = 168+72+84=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 84 (33.20% from 255 or 25.93% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A84854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84854 is #57B7AB. Grayscale: #666666. Windows color (decimal): -5748652 or 5523624. OLE color: 5523624.

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

Color convert

RGB 168 72 84 -
CMYK 0 0.57 0.5 0.34
HSL 352.5º 0.4% 0.47% -
HSV(B) 352.5º 0.57% 0.66% -
XYZ 20.07 13.6 9.95 -
YUV 102.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 168 72 84 0 0.57 0.5 0.34 352.5 0.4 0.47
Hex A8 48 54 0 39 32 22 160 28 2F
Octal 250 110 124 0 71 62 42 540 50 57
Binary 10101000 1001000 1010100 0 111001 110010 100010 101100000 101000 101111

Color Harmonies of #A84854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84854

Black with #A84854

Text Example


Text Example

White with #A84854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84854; }

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

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

background-color css

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

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

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

border-color css

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

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

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