Html Css Color HEX #A84853 Hippie Pink

📋 copy color: '#A84853'

red 168 ◦ green 72 ◦ blue 83

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

Shades of Hippie Pink #A84853

Tints of Hippie Pink #A84853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.7%

R = 52.01%
G = 22.29%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A84853 (or 0xA84853) is known color: Hippie Pink. HEX triplet: A8, 48 and 53. RGB value is (168,72,83). Sum of RGB (Red+Green+Blue) = 168+72+83=323 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.01% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 168 - color contains mainly: red. Hex color #A84853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84853 is #57B7AC. Grayscale: #666666. Windows color (decimal): -5748653 or 5458088. OLE color: 5458088.

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

Color convert

RGB 168 72 83 -
CMYK 0 0.57 0.51 0.34
HSL 353.13º 0.4% 0.47% -
HSV(B) 353.13º 0.57% 0.66% -
XYZ 20.03 13.58 9.75 -
YUV 101.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 168 72 83 0 0.57 0.51 0.34 353.13 0.4 0.47
Hex A8 48 53 0 39 33 22 161 28 2F
Octal 250 110 123 0 71 63 42 541 50 57
Binary 10101000 1001000 1010011 0 111001 110011 100010 101100001 101000 101111

Color Harmonies of #A84853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84853

Black with #A84853

Text Example


Text Example

White with #A84853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84853; }

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

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

background-color css

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

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

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

border-color css

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

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

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