#A96069

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

Shades of Turkish Rose #A96069

Tints of Turkish Rose #A96069

Color information

#A96069 (or 0xA96069) is unknown color: approx Turkish Rose. HEX triplet: A9, 60 and 69. RGB value is (169,96,105). Sum of RGB (Red+Green+Blue) = 169+96+105=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A96069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96069 is #569F96. Grayscale: #767676. Windows color (decimal): -5676951 or 6906025. OLE color: 6906025.

HSL color Cylindrical-coordinate representation of color #A96069: hue angle of 352.6º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A96069 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB16996105-
CMYK00.430.380.34
HSL352.6º29.8%51.96%-
HSV(B)352.6º43.2%66.27%-
XYZ23.0917.8215.59-
YUV118.85120.18163.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.68%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 105 (41.41% from 255) = 28.38%
R=45.68%
G=25.95%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699610500.430.380.34352.629.851.96
HexA9606902B26221611e34
Octal25114015105346425413664
Binary1010100111000001101001010101110011010001010110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96069; }

 p { color: rgb(169,96,105); }

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

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

 a { background-color: rgb(169,96,105); }

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

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

 span { border-color: rgb(169,96,105); }

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