Html Css Color HEX #A84650 Hippie Pink

📋 copy color: '#A84650'

red 168 ◦ green 70 ◦ blue 80

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

Shades of Hippie Pink #A84650

Tints of Hippie Pink #A84650

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.01%

 BLUE value IS 80 (31.64% from 255) = 25.16%

R = 52.83%
G = 22.01%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A84650 (or 0xA84650) is known color: Hippie Pink. HEX triplet: A8, 46 and 50. RGB value is (168,70,80). Sum of RGB (Red+Green+Blue) = 168+70+80=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A84650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84650 is #57B9AF. Grayscale: #646464. Windows color (decimal): -5749168 or 5260968. OLE color: 5260968.

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

Color convert

RGB 168 70 80 -
CMYK 0 0.58 0.52 0.34
HSL 353.88º 0.41% 0.47% -
HSV(B) 353.88º 0.58% 0.66% -
XYZ 19.79 13.28 9.11 -
YUV 100.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 168 70 80 0 0.58 0.52 0.34 353.88 0.41 0.47
Hex A8 46 50 0 3A 34 22 162 29 2F
Octal 250 106 120 0 72 64 42 542 51 57
Binary 10101000 1000110 1010000 0 111010 110100 100010 101100010 101001 101111

Color Harmonies of #A84650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84650

Black with #A84650

Text Example


Text Example

White with #A84650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84650; }

 p { color: rgb(168,70,80); }

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

background-color css

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

 a { background-color: rgb(168,70,80); }

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

border-color css

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

 span { border-color: rgb(168,70,80); }

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