#A96067

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

Shades of Turkish Rose #A96067

Tints of Turkish Rose #A96067

Color information

#A96067 (or 0xA96067) is unknown color: approx Turkish Rose. HEX triplet: A9, 60 and 67. RGB value is (169,96,103). Sum of RGB (Red+Green+Blue) = 169+96+103=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A96067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96067 is #569F98. Grayscale: #767676. Windows color (decimal): -5676953 or 6774953. OLE color: 6774953.

HSL color Cylindrical-coordinate representation of color #A96067: hue angle of 354.25º 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 #A96067 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB16996103-
CMYK00.430.390.34
HSL354.25º29.8%51.96%-
HSV(B)354.25º43.2%66.27%-
XYZ22.9917.7815.05-
YUV118.62119.18163.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.92%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 103 (40.62% from 255) = 27.99%
R=45.92%
G=26.09%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699610300.430.390.34354.2529.851.96
HexA9606702B27221621e34
Octal25114014705347425423664
Binary1010100111000001100111010101110011110001010110001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96067; }

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

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

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

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

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

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

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

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