#AD6769

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

Shades of Turkish Rose #AD6769

Tints of Turkish Rose #AD6769

Color information

#AD6769 (or 0xAD6769) is unknown color: approx Turkish Rose. HEX triplet: AD, 67 and 69. RGB value is (173,103,105). Sum of RGB (Red+Green+Blue) = 173+103+105=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6769 is #529896. Grayscale: #7C7C7C. Windows color (decimal): -5413015 or 6907821. OLE color: 6907821.

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

Color convert

RGB173103105-
CMYK00.400.390.32
HSL358.29º29.91%54.12%-
HSV(B)358.29º40.46%67.84%-
XYZ24.6319.615.85-
YUV124.16117.19162.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=45.41%
G=27.03%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310310500.400.390.32358.2929.9154.12
HexAD676902827201661e36
Octal25514715105047405463666
Binary1010110111001111101001010100010011110000010110011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6769; }

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

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

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

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

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

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

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

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