#AB6769

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

Shades of Turkish Rose #AB6769

Tints of Turkish Rose #AB6769

Color information

#AB6769 (or 0xAB6769) is unknown color: approx Turkish Rose. HEX triplet: AB, 67 and 69. RGB value is (171,103,105). Sum of RGB (Red+Green+Blue) = 171+103+105=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6769 is #549896. Grayscale: #7B7B7B. Windows color (decimal): -5544087 or 6907819. OLE color: 6907819.

HSL color Cylindrical-coordinate representation of color #AB6769: hue angle of 358.24º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB6769 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB171103105-
CMYK00.400.390.33
HSL358.24º28.81%53.73%-
HSV(B)358.24º39.77%67.06%-
XYZ24.1919.3815.83-
YUV123.56117.53161.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.12%
GREEN value IS 103 (40.62% from 255) = 27.18%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=45.12%
G=27.18%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110310500.400.390.33358.2428.8153.73
HexAB676902827211661d36
Octal25314715105047415463566
Binary1010101111001111101001010100010011110000110110011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6769; }

 p { color: rgb(171,103,105); }

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

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

 a { background-color: rgb(171,103,105); }

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

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

 span { border-color: rgb(171,103,105); }

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