Html Css Color HEX #A84E5B Hippie Pink

📋 copy color: '#A84E5B'

red 168 ◦ green 78 ◦ blue 91

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

Shades of Hippie Pink #A84E5B

Tints of Hippie Pink #A84E5B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.15%

 BLUE value IS 91 (35.94% from 255) = 27%

R = 49.85%
G = 23.15%
B = 27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A84E5B (or 0xA84E5B) is known color: Hippie Pink. HEX triplet: A8, 4E and 5B. RGB value is (168,78,91). Sum of RGB (Red+Green+Blue) = 168+78+91=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A84E5B is #57B1A4. Grayscale: #6A6A6A. Windows color (decimal): -5747109 or 5983912. OLE color: 5983912.

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

Color convert

RGB 168 78 91 -
CMYK 0 0.54 0.46 0.34
HSL 351.33º 0.37% 0.48% -
HSV(B) 351.33º 0.54% 0.66% -
XYZ 20.76 14.53 11.61 -
YUV 106.39 119.32 171.94 -
System Red Green Blue C M Y K H S L
Decimal 168 78 91 0 0.54 0.46 0.34 351.33 0.37 0.48
Hex A8 4E 5B 0 36 2E 22 15F 25 30
Octal 250 116 133 0 66 56 42 537 45 60
Binary 10101000 1001110 1011011 0 110110 101110 100010 101011111 100101 110000

Color Harmonies of #A84E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84E5B

Black with #A84E5B

Text Example


Text Example

White with #A84E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84E5B; }

 p { color: rgb(168,78,91); }

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

background-color css

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

 a { background-color: rgb(168,78,91); }

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

border-color css

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

 span { border-color: rgb(168,78,91); }

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