#AB7A7B

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

Shades of Turkish Rose #AB7A7B

Tints of Turkish Rose #AB7A7B

Color information

#AB7A7B (or 0xAB7A7B) is unknown color: approx Turkish Rose. HEX triplet: AB, 7A and 7B. RGB value is (171,122,123). Sum of RGB (Red+Green+Blue) = 171+122+123=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 122 (48.05% from 255 or 29.33% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A7B is #548584. Grayscale: #888888. Windows color (decimal): -5539205 or 8092331. OLE color: 8092331.

HSL color Cylindrical-coordinate representation of color #AB7A7B: hue angle of 358.78º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7A7B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB171122123-
CMYK00.290.280.33
HSL358.78º22.58%57.45%-
HSV(B)358.78º28.65%67.06%-
XYZ27.3324.0121.93-
YUV136.76120.23152.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 122 (48.05% from 255) = 29.33%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=41.11%
G=29.33%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112212300.290.280.33358.7822.5857.45
HexAB7A7B01D1C211671739
Octal25317217303534415472771
Binary10101011111101011110110111011110010000110110011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7A7B; }

 p { color: rgb(171,122,123); }

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

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

 a { background-color: rgb(171,122,123); }

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

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

 span { border-color: rgb(171,122,123); }

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