Html Css Color HEX #8A5556 Solid Pink

📋 copy color: '#8A5556'

red 138 ◦ green 85 ◦ blue 86

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

Shades of Solid Pink #8A5556

Tints of Solid Pink #8A5556

RGB

 RED value IS 138 (54.3% from 255) = 44.66%

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 86 (33.98% from 255) = 27.83%

R = 44.66%
G = 27.51%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#8A5556 (or 0x8A5556) is known color: Solid Pink. HEX triplet: 8A, 55 and 56. RGB value is (138,85,86). Sum of RGB (Red+Green+Blue) = 138+85+86=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5556 is #75AAA9. Grayscale: #656565. Windows color (decimal): -7711402 or 5657994. OLE color: 5657994.

HSL color Cylindrical-coordinate representation of color #8A5556: hue angle of 358.87º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A5556 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 85 86 -
CMYK 0 0.38 0.38 0.46
HSL 358.87º 0.24% 0.44% -
HSV(B) 358.87º 0.38% 0.54% -
XYZ 15.41 12.57 10.42 -
YUV 100.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 138 85 86 0 0.38 0.38 0.46 358.87 0.24 0.44
Hex 8A 55 56 0 26 26 2E 167 18 2C
Octal 212 125 126 0 46 46 56 547 30 54
Binary 10001010 1010101 1010110 0 100110 100110 101110 101100111 11000 101100

Color Harmonies of #8A5556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5556

Black with #8A5556

Text Example


Text Example

White with #8A5556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A5556; }

 p { color: rgb(138,85,86); }

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

background-color css

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

 a { background-color: rgb(138,85,86); }

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

border-color css

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

 span { border-color: rgb(138,85,86); }

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