Html Css Color HEX #A85253 Hippie Pink

📋 copy color: '#A85253'

red 168 ◦ green 82 ◦ blue 83

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

Shades of Hippie Pink #A85253

Tints of Hippie Pink #A85253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.62%

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

R = 50.45%
G = 24.62%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#A85253 (or 0xA85253) is known color: Hippie Pink. HEX triplet: A8, 52 and 53. RGB value is (168,82,83). Sum of RGB (Red+Green+Blue) = 168+82+83=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A85253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85253 is #57ADAC. Grayscale: #6B6B6B. Windows color (decimal): -5746093 or 5460648. OLE color: 5460648.

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

Color convert

RGB 168 82 83 -
CMYK 0 0.51 0.51 0.34
HSL 359.3º 0.34% 0.49% -
HSV(B) 359.3º 0.51% 0.66% -
XYZ 20.73 14.98 9.98 -
YUV 107.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 168 82 83 0 0.51 0.51 0.34 359.3 0.34 0.49
Hex A8 52 53 0 33 33 22 167 22 31
Octal 250 122 123 0 63 63 42 547 42 61
Binary 10101000 1010010 1010011 0 110011 110011 100010 101100111 100010 110001

Color Harmonies of #A85253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85253

Black with #A85253

Text Example


Text Example

White with #A85253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85253; }

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

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

background-color css

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

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

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

border-color css

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

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

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