#A06467

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

Shades of Turkish Rose #A06467

Tints of Turkish Rose #A06467

Color information

#A06467 (or 0xA06467) is unknown color: approx Turkish Rose. HEX triplet: A0, 64 and 67. RGB value is (160,100,103). Sum of RGB (Red+Green+Blue) = 160+100+103=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A06467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06467 is #5F9B98. Grayscale: #767676. Windows color (decimal): -6265753 or 6775968. OLE color: 6775968.

HSL color Cylindrical-coordinate representation of color #A06467: hue angle of 357º 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 #A06467 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB160100103-
CMYK00.380.360.37
HSL357º24%50.98%-
HSV(B)357º37.5%62.75%-
XYZ21.517.5715.09-
YUV118.28119.38157.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 103 (40.62% from 255) = 28.37%
R=44.08%
G=27.55%
B=28.37%

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
Decimal16010010300.380.360.373572450.98
HexA0646702624251651833
Octal24014414704644455453063
Binary1010000011001001100111010011010010010010110110010111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06467; }

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

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

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

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

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

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

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

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