Html Css Color HEX #A84A5D Hippie Pink

📋 copy color: '#A84A5D'

red 168 ◦ green 74 ◦ blue 93

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

Shades of Hippie Pink #A84A5D

Tints of Hippie Pink #A84A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 50.15%
G = 22.09%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.34

RGB Variations

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

Color information

#A84A5D (or 0xA84A5D) is known color: Hippie Pink. HEX triplet: A8, 4A and 5D. RGB value is (168,74,93). Sum of RGB (Red+Green+Blue) = 168+74+93=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A84A5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84A5D is #57B5A2. Grayscale: #686868. Windows color (decimal): -5748131 or 6113960. OLE color: 6113960.

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

Color convert

RGB 168 74 93 -
CMYK 0 0.56 0.45 0.34
HSL 347.87º 0.39% 0.47% -
HSV(B) 347.87º 0.56% 0.66% -
XYZ 20.57 14.01 11.98 -
YUV 104.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 168 74 93 0 0.56 0.45 0.34 347.87 0.39 0.47
Hex A8 4A 5D 0 38 2D 22 15C 27 2F
Octal 250 112 135 0 70 55 42 534 47 57
Binary 10101000 1001010 1011101 0 111000 101101 100010 101011100 100111 101111

Color Harmonies of #A84A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84A5D

Black with #A84A5D

Text Example


Text Example

White with #A84A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84A5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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