Html Css Color HEX #A84852 Hippie Pink

📋 copy color: '#A84852'

red 168 ◦ green 72 ◦ blue 82

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

Shades of Hippie Pink #A84852

Tints of Hippie Pink #A84852

RGB

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

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

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

R = 52.17%
G = 22.36%
B = 25.47%

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

#A84852 (or 0xA84852) is known color: Hippie Pink. HEX triplet: A8, 48 and 52. RGB value is (168,72,82). Sum of RGB (Red+Green+Blue) = 168+72+82=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A84852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84852 is #57B7AD. Grayscale: #656565. Windows color (decimal): -5748654 or 5392552. OLE color: 5392552.

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

Color convert

RGB 168 72 82 -
CMYK 0 0.57 0.51 0.34
HSL 353.75º 0.4% 0.47% -
HSV(B) 353.75º 0.57% 0.66% -
XYZ 19.99 13.57 9.55 -
YUV 101.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 168 72 82 0 0.57 0.51 0.34 353.75 0.4 0.47
Hex A8 48 52 0 39 33 22 162 28 2F
Octal 250 110 122 0 71 63 42 542 50 57
Binary 10101000 1001000 1010010 0 111001 110011 100010 101100010 101000 101111

Color Harmonies of #A84852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84852

Black with #A84852

Text Example


Text Example

White with #A84852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84852; }

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

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

background-color css

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

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

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

border-color css

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

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

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