Html Css Color HEX #A84456 Hippie Pink

📋 copy color: '#A84456'

red 168 ◦ green 68 ◦ blue 86

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

Shades of Hippie Pink #A84456

Tints of Hippie Pink #A84456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.71%

R = 52.17%
G = 21.12%
B = 26.71%

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

#A84456 (or 0xA84456) is known color: Hippie Pink. HEX triplet: A8, 44 and 56. RGB value is (168,68,86). Sum of RGB (Red+Green+Blue) = 168+68+86=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A84456 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84456 is #57BBA9. Grayscale: #636363. Windows color (decimal): -5749674 or 5653672. OLE color: 5653672.

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

Color convert

RGB 168 68 86 -
CMYK 0 0.60 0.49 0.34
HSL 349.2º 0.42% 0.46% -
HSV(B) 349.2º 0.6% 0.66% -
XYZ 19.9 13.13 10.29 -
YUV 99.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 168 68 86 0 0.60 0.49 0.34 349.2 0.42 0.46
Hex A8 44 56 0 3C 31 22 15D 2A 2E
Octal 250 104 126 0 74 61 42 535 52 56
Binary 10101000 1000100 1010110 0 111100 110001 100010 101011101 101010 101110

Color Harmonies of #A84456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84456

Black with #A84456

Text Example


Text Example

White with #A84456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84456; }

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

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

background-color css

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

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

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

border-color css

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

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

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