Html Css Color HEX #A85258 Hippie Pink

📋 copy color: '#A85258'

red 168 ◦ green 82 ◦ blue 88

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

Shades of Hippie Pink #A85258

Tints of Hippie Pink #A85258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.04%

R = 49.7%
G = 24.26%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A85258 (or 0xA85258) is known color: Hippie Pink. HEX triplet: A8, 52 and 58. RGB value is (168,82,88). Sum of RGB (Red+Green+Blue) = 168+82+88=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A85258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85258 is #57ADA7. Grayscale: #6C6C6C. Windows color (decimal): -5746088 or 5788328. OLE color: 5788328.

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

Color convert

RGB 168 82 88 -
CMYK 0 0.51 0.48 0.34
HSL 355.81º 0.34% 0.49% -
HSV(B) 355.81º 0.51% 0.66% -
XYZ 20.93 15.06 11.04 -
YUV 108.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 168 82 88 0 0.51 0.48 0.34 355.81 0.34 0.49
Hex A8 52 58 0 33 30 22 164 22 31
Octal 250 122 130 0 63 60 42 544 42 61
Binary 10101000 1010010 1011000 0 110011 110000 100010 101100100 100010 110001

Color Harmonies of #A85258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85258

Black with #A85258

Text Example


Text Example

White with #A85258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85258; }

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

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

background-color css

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

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

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

border-color css

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

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

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