Html Css Color HEX #A84862 Hippie Pink

📋 copy color: '#A84862'

red 168 ◦ green 72 ◦ blue 98

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

Shades of Hippie Pink #A84862

Tints of Hippie Pink #A84862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.3%

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 49.7%
G = 21.3%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.34

RGB Variations

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

Color information

#A84862 (or 0xA84862) is known color: Hippie Pink. HEX triplet: A8, 48 and 62. RGB value is (168,72,98). Sum of RGB (Red+Green+Blue) = 168+72+98=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A84862 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84862 is #57B79D. Grayscale: #676767. Windows color (decimal): -5748638 or 6441128. OLE color: 6441128.

HSL color Cylindrical-coordinate representation of color #A84862: hue angle of 343.75º degrees, saturation: 0.4, 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 #A84862 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 98 -
CMYK 0 0.57 0.42 0.34
HSL 343.75º 0.4% 0.47% -
HSV(B) 343.75º 0.57% 0.66% -
XYZ 20.67 13.84 13.14 -
YUV 103.67 124.8 173.89 -
System Red Green Blue C M Y K H S L
Decimal 168 72 98 0 0.57 0.42 0.34 343.75 0.4 0.47
Hex A8 48 62 0 39 2A 22 158 28 2F
Octal 250 110 142 0 71 52 42 530 50 57
Binary 10101000 1001000 1100010 0 111001 101010 100010 101011000 101000 101111

Color Harmonies of #A84862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84862

Black with #A84862

Text Example


Text Example

White with #A84862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84862; }

 p { color: rgb(168,72,98); }

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

background-color css

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

 a { background-color: rgb(168,72,98); }

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

border-color css

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

 span { border-color: rgb(168,72,98); }

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