#AB6050

Color #AB6050 Crail (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crail #AB6050

Tints of Crail #AB6050

Color information

#AB6050 (or 0xAB6050) is unknown color: approx Crail. HEX triplet: AB, 60 and 50. RGB value is (171,96,80). Sum of RGB (Red+Green+Blue) = 171+96+80=347 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.28% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6050 is #549FAF. Grayscale: #747474. Windows color (decimal): -5545904 or 5267627. OLE color: 5267627.

HSL color Cylindrical-coordinate representation of color #AB6050: hue angle of 10.55º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB6050 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB1719680-
CMYK00.440.530.33
HSL10.55º36.25%49.22%-
HSV(B)10.55º53.22%67.06%-
XYZ22.4317.69.81-
YUV116.6107.35166.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.28%
GREEN value IS 96 (37.89% from 255) = 27.67%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=49.28%
G=27.67%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171968000.440.530.3310.5536.2549.22
HexAB605002C3521b2431
Octal2531401200546541134461
Binary101010111100000101000001011001101011000011011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6050; }

 p { color: rgb(171,96,80); }

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

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

 a { background-color: rgb(171,96,80); }

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

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

 span { border-color: rgb(171,96,80); }

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