Html Css Color HEX #A85051 Hippie Pink

📋 copy color: '#A85051'

red 168 ◦ green 80 ◦ blue 81

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

Shades of Hippie Pink #A85051

Tints of Hippie Pink #A85051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 81 (32.03% from 255) = 24.62%

R = 51.06%
G = 24.32%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.34

RGB Variations

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

Color information

#A85051 (or 0xA85051) is known color: Hippie Pink. HEX triplet: A8, 50 and 51. RGB value is (168,80,81). Sum of RGB (Red+Green+Blue) = 168+80+81=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A85051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85051 is #57AFAE. Grayscale: #6A6A6A. Windows color (decimal): -5746607 or 5329064. OLE color: 5329064.

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

Color convert

RGB 168 80 81 -
CMYK 0 0.52 0.52 0.34
HSL 359.32º 0.35% 0.49% -
HSV(B) 359.32º 0.52% 0.66% -
XYZ 20.5 14.66 9.53 -
YUV 106.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 168 80 81 0 0.52 0.52 0.34 359.32 0.35 0.49
Hex A8 50 51 0 34 34 22 167 23 31
Octal 250 120 121 0 64 64 42 547 43 61
Binary 10101000 1010000 1010001 0 110100 110100 100010 101100111 100011 110001

Color Harmonies of #A85051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85051

Black with #A85051

Text Example


Text Example

White with #A85051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85051; }

 p { color: rgb(168,80,81); }

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

background-color css

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

 a { background-color: rgb(168,80,81); }

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

border-color css

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

 span { border-color: rgb(168,80,81); }

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