Html Css Color HEX #A84963 Hippie Pink

📋 copy color: '#A84963'

red 168 ◦ green 73 ◦ blue 99

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

Shades of Hippie Pink #A84963

Tints of Hippie Pink #A84963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 99 (39.06% from 255) = 29.12%

R = 49.41%
G = 21.47%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A84963 (or 0xA84963) is known color: Hippie Pink. HEX triplet: A8, 49 and 63. RGB value is (168,73,99). Sum of RGB (Red+Green+Blue) = 168+73+99=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 99 (39.06% from 255 or 29.12% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A84963 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84963 is #57B69C. Grayscale: #686868. Windows color (decimal): -5748381 or 6506920. OLE color: 6506920.

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

Color convert

RGB 168 73 99 -
CMYK 0 0.57 0.41 0.34
HSL 343.58º 0.39% 0.47% -
HSV(B) 343.58º 0.57% 0.66% -
XYZ 20.78 13.99 13.41 -
YUV 104.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 168 73 99 0 0.57 0.41 0.34 343.58 0.39 0.47
Hex A8 49 63 0 39 29 22 158 27 2F
Octal 250 111 143 0 71 51 42 530 47 57
Binary 10101000 1001001 1100011 0 111001 101001 100010 101011000 100111 101111

Color Harmonies of #A84963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84963

Black with #A84963

Text Example


Text Example

White with #A84963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84963; }

 p { color: rgb(168,73,99); }

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

background-color css

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

 a { background-color: rgb(168,73,99); }

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

border-color css

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

 span { border-color: rgb(168,73,99); }

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