Html Css Color HEX #A84552 Hippie Pink

📋 copy color: '#A84552'

red 168 ◦ green 69 ◦ blue 82

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

Shades of Hippie Pink #A84552

Tints of Hippie Pink #A84552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

 BLUE value IS 82 (32.42% from 255) = 25.71%

R = 52.66%
G = 21.63%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A84552 (or 0xA84552) is known color: Hippie Pink. HEX triplet: A8, 45 and 52. RGB value is (168,69,82). Sum of RGB (Red+Green+Blue) = 168+69+82=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A84552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84552 is #57BAAD. Grayscale: #646464. Windows color (decimal): -5749422 or 5391784. OLE color: 5391784.

HSL color Cylindrical-coordinate representation of color #A84552: hue angle of 352.12º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84552 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 69 82 -
CMYK 0 0.59 0.51 0.34
HSL 352.12º 0.42% 0.46% -
HSV(B) 352.12º 0.59% 0.66% -
XYZ 19.8 13.19 9.49 -
YUV 100.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 168 69 82 0 0.59 0.51 0.34 352.12 0.42 0.46
Hex A8 45 52 0 3B 33 22 160 2A 2E
Octal 250 105 122 0 73 63 42 540 52 56
Binary 10101000 1000101 1010010 0 111011 110011 100010 101100000 101010 101110

Color Harmonies of #A84552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84552

Black with #A84552

Text Example


Text Example

White with #A84552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84552; }

 p { color: rgb(168,69,82); }

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

background-color css

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

 a { background-color: rgb(168,69,82); }

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

border-color css

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

 span { border-color: rgb(168,69,82); }

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