#AB696A

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

Shades of Turkish Rose #AB696A

Tints of Turkish Rose #AB696A

Color information

#AB696A (or 0xAB696A) is unknown color: approx Turkish Rose. HEX triplet: AB, 69 and 6A. RGB value is (171,105,106). Sum of RGB (Red+Green+Blue) = 171+105+106=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB696A is #549695. Grayscale: #7C7C7C. Windows color (decimal): -5543574 or 6973867. OLE color: 6973867.

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

Color convert

RGB171105106-
CMYK00.390.380.33
HSL359.09º28.21%54.12%-
HSV(B)359.09º38.6%67.06%-
XYZ24.4519.816.17-
YUV124.85117.37160.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 105 (41.41% from 255) = 27.49%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=44.76%
G=27.49%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17110510600.390.380.33359.0928.2154.12
HexAB696A02726211671c36
Octal25315115204746415473466
Binary1010101111010011101010010011110011010000110110011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB696A; }

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

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

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

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

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

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

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

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