Html Css Color HEX #A84A63 Hippie Pink

📋 copy color: '#A84A63'

red 168 ◦ green 74 ◦ blue 99

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

Shades of Hippie Pink #A84A63

Tints of Hippie Pink #A84A63

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

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

R = 49.27%
G = 21.7%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#A84A63 (or 0xA84A63) is known color: Hippie Pink. HEX triplet: A8, 4A and 63. RGB value is (168,74,99). Sum of RGB (Red+Green+Blue) = 168+74+99=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A63 is #57B59C. Grayscale: #686868. Windows color (decimal): -5748125 or 6507176. OLE color: 6507176.

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

Color convert

RGB 168 74 99 -
CMYK 0 0.56 0.41 0.34
HSL 344.04º 0.39% 0.47% -
HSV(B) 344.04º 0.56% 0.66% -
XYZ 20.85 14.12 13.43 -
YUV 104.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 168 74 99 0 0.56 0.41 0.34 344.04 0.39 0.47
Hex A8 4A 63 0 38 29 22 158 27 2F
Octal 250 112 143 0 70 51 42 530 47 57
Binary 10101000 1001010 1100011 0 111000 101001 100010 101011000 100111 101111

Color Harmonies of #A84A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A63

Black with #A84A63

Text Example


Text Example

White with #A84A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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