#A46062

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

Shades of Turkish Rose #A46062

Tints of Turkish Rose #A46062

Color information

#A46062 (or 0xA46062) is unknown color: approx Turkish Rose. HEX triplet: A4, 60 and 62. RGB value is (164,96,98). Sum of RGB (Red+Green+Blue) = 164+96+98=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A46062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46062 is #5B9F9D. Grayscale: #747474. Windows color (decimal): -6004638 or 6447268. OLE color: 6447268.

HSL color Cylindrical-coordinate representation of color #A46062: hue angle of 358.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46062 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1649698-
CMYK00.410.400.36
HSL358.24º27.2%50.98%-
HSV(B)358.24º41.46%64.31%-
XYZ21.717.1413.72-
YUV116.56117.53161.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=45.81%
G=26.82%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164969800.410.400.36358.2427.250.98
HexA4606202928241661b33
Octal24414014205150445463363
Binary1010010011000001100010010100110100010010010110011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46062; }

 p { color: rgb(164,96,98); }

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

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

 a { background-color: rgb(164,96,98); }

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

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

 span { border-color: rgb(164,96,98); }

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