#AB767B

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

Shades of Turkish Rose #AB767B

Tints of Turkish Rose #AB767B

Color information

#AB767B (or 0xAB767B) is unknown color: approx Turkish Rose. HEX triplet: AB, 76 and 7B. RGB value is (171,118,123). Sum of RGB (Red+Green+Blue) = 171+118+123=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB767B is #548984. Grayscale: #868686. Windows color (decimal): -5540229 or 8091307. OLE color: 8091307.

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

Color convert

RGB171118123-
CMYK00.310.280.33
HSL354.34º23.98%56.67%-
HSV(B)354.34º30.99%67.06%-
XYZ26.8523.0421.77-
YUV134.42121.56154.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 118 (46.48% from 255) = 28.64%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=41.50%
G=28.64%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111812300.310.280.33354.3423.9856.67
HexAB767B01F1C211621839
Octal25316617303734415423071
Binary10101011111011011110110111111110010000110110001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB767B; }

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

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

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

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

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

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

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

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