Html Css Color HEX #A84655 Hippie Pink

📋 copy color: '#A84655'

red 168 ◦ green 70 ◦ blue 85

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

Shades of Hippie Pink #A84655

Tints of Hippie Pink #A84655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.32%

R = 52.01%
G = 21.67%
B = 26.32%

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

#A84655 (or 0xA84655) is known color: Hippie Pink. HEX triplet: A8, 46 and 55. RGB value is (168,70,85). Sum of RGB (Red+Green+Blue) = 168+70+85=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A84655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84655 is #57B9AA. Grayscale: #656565. Windows color (decimal): -5749163 or 5588648. OLE color: 5588648.

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

Color convert

RGB 168 70 85 -
CMYK 0 0.58 0.49 0.34
HSL 350.82º 0.41% 0.47% -
HSV(B) 350.82º 0.58% 0.66% -
XYZ 19.98 13.36 10.12 -
YUV 101.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 168 70 85 0 0.58 0.49 0.34 350.82 0.41 0.47
Hex A8 46 55 0 3A 31 22 15F 29 2F
Octal 250 106 125 0 72 61 42 537 51 57
Binary 10101000 1000110 1010101 0 111010 110001 100010 101011111 101001 101111

Color Harmonies of #A84655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84655

Black with #A84655

Text Example


Text Example

White with #A84655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84655; }

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

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

background-color css

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

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

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

border-color css

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

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

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