Html Css Color HEX #A84756 Hippie Pink

📋 copy color: '#A84756'

red 168 ◦ green 71 ◦ blue 86

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

Shades of Hippie Pink #A84756

Tints of Hippie Pink #A84756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

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

R = 51.69%
G = 21.85%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#A84756 (or 0xA84756) is known color: Hippie Pink. HEX triplet: A8, 47 and 56. RGB value is (168,71,86). Sum of RGB (Red+Green+Blue) = 168+71+86=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A84756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84756 is #57B8A9. Grayscale: #656565. Windows color (decimal): -5748906 or 5654440. OLE color: 5654440.

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

Color convert

RGB 168 71 86 -
CMYK 0 0.58 0.49 0.34
HSL 350.72º 0.41% 0.47% -
HSV(B) 350.72º 0.58% 0.66% -
XYZ 20.08 13.5 10.35 -
YUV 101.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 168 71 86 0 0.58 0.49 0.34 350.72 0.41 0.47
Hex A8 47 56 0 3A 31 22 15F 29 2F
Octal 250 107 126 0 72 61 42 537 51 57
Binary 10101000 1000111 1010110 0 111010 110001 100010 101011111 101001 101111

Color Harmonies of #A84756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84756

Black with #A84756

Text Example


Text Example

White with #A84756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84756; }

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

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

background-color css

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

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

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

border-color css

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

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

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