Html Css Color HEX #A84953 Hippie Pink

📋 copy color: '#A84953'

red 168 ◦ green 73 ◦ blue 83

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

Shades of Hippie Pink #A84953

Tints of Hippie Pink #A84953

RGB

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

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

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

R = 51.85%
G = 22.53%
B = 25.62%

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

#A84953 (or 0xA84953) is known color: Hippie Pink. HEX triplet: A8, 49 and 53. RGB value is (168,73,83). Sum of RGB (Red+Green+Blue) = 168+73+83=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A84953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84953 is #57B6AC. Grayscale: #666666. Windows color (decimal): -5748397 or 5458344. OLE color: 5458344.

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

Color convert

RGB 168 73 83 -
CMYK 0 0.57 0.51 0.34
HSL 353.68º 0.39% 0.47% -
HSV(B) 353.68º 0.57% 0.66% -
XYZ 20.09 13.71 9.77 -
YUV 102.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 168 73 83 0 0.57 0.51 0.34 353.68 0.39 0.47
Hex A8 49 53 0 39 33 22 162 27 2F
Octal 250 111 123 0 71 63 42 542 47 57
Binary 10101000 1001001 1010011 0 111001 110011 100010 101100010 100111 101111

Color Harmonies of #A84953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84953

Black with #A84953

Text Example


Text Example

White with #A84953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84953; }

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

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

background-color css

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

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

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

border-color css

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

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

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