#A16467

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

Shades of Turkish Rose #A16467

Tints of Turkish Rose #A16467

Color information

#A16467 (or 0xA16467) is unknown color: approx Turkish Rose. HEX triplet: A1, 64 and 67. RGB value is (161,100,103). Sum of RGB (Red+Green+Blue) = 161+100+103=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A16467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16467 is #5E9B98. Grayscale: #767676. Windows color (decimal): -6200217 or 6775969. OLE color: 6775969.

HSL color Cylindrical-coordinate representation of color #A16467: hue angle of 357.05º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A16467 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB161100103-
CMYK00.380.360.37
HSL357.05º24.5%51.18%-
HSV(B)357.05º37.89%63.14%-
XYZ21.717.6715.1-
YUV118.58119.21158.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=44.23%
G=27.47%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110010300.380.360.37357.0524.551.18
HexA1646702624251651833
Octal24114414704644455453063
Binary1010000111001001100111010011010010010010110110010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16467; }

 p { color: rgb(161,100,103); }

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

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

 a { background-color: rgb(161,100,103); }

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

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

 span { border-color: rgb(161,100,103); }

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