#AB7375

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

Shades of Turkish Rose #AB7375

Tints of Turkish Rose #AB7375

Color information

#AB7375 (or 0xAB7375) is unknown color: approx Turkish Rose. HEX triplet: AB, 73 and 75. RGB value is (171,115,117). Sum of RGB (Red+Green+Blue) = 171+115+117=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7375 is #548C8A. Grayscale: #848484. Windows color (decimal): -5541003 or 7697323. OLE color: 7697323.

HSL color Cylindrical-coordinate representation of color #AB7375: hue angle of 357.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB7375 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB171115117-
CMYK00.330.320.33
HSL357.86º25%56.08%-
HSV(B)357.86º32.75%67.06%-
XYZ26.1422.219.74-
YUV131.97119.55155.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=42.43%
G=28.54%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111511700.330.320.33357.862556.08
HexAB737502120211661938
Octal25316316504140415463170
Binary1010101111100111110101010000110000010000110110011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7375; }

 p { color: rgb(171,115,117); }

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

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

 a { background-color: rgb(171,115,117); }

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

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

 span { border-color: rgb(171,115,117); }

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