#9A4748

Color #9A4748 Solid Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Solid Pink #9A4748

Tints of Solid Pink #9A4748

Color information

#9A4748 (or 0x9A4748) is unknown color: approx Solid Pink. HEX triplet: 9A, 47 and 48. RGB value is (154,71,72). Sum of RGB (Red+Green+Blue) = 154+71+72=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4748 is #65B8B7. Grayscale: #606060. Windows color (decimal): -6666424 or 4736922. OLE color: 4736922.

HSL color Cylindrical-coordinate representation of color #9A4748: hue angle of 359.28º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A4748 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1547172-
CMYK00.540.530.40
HSL359.28º36.89%44.12%-
HSV(B)359.28º53.9%60.39%-
XYZ16.7511.847.53-
YUV95.93114.5169.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.85%
GREEN value IS 71 (28.12% from 255) = 23.91%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=51.85%
G=23.91%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154717200.540.530.40359.2836.8944.12
Hex9A47480363528167252c
Octal23210711006665505474554
Binary10011010100011110010000110110110101101000101100111100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4748; }

 p { color: rgb(154,71,72); }

 H1.HeaderClassName
 {
   color: #9A4748;
 }
 .AnyTagClassName
 {
   color: #9A4748;
 }
</style>
background-color css

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

 a { background-color: rgb(154,71,72); }

 div.DivClassName
 {
   background-color: #9A4748;
 }
 .BgClassName
 {
   background-color: #9A4748;
 }
</style>
border-color css

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

 span { border-color: rgb(154,71,72); }

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