#A06062

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

Shades of Turkish Rose #A06062

Tints of Turkish Rose #A06062

Color information

#A06062 (or 0xA06062) is unknown color: approx Turkish Rose. HEX triplet: A0, 60 and 62. RGB value is (160,96,98). Sum of RGB (Red+Green+Blue) = 160+96+98=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A06062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06062 is #5F9F9D. Grayscale: #737373. Windows color (decimal): -6266782 or 6447264. OLE color: 6447264.

HSL color Cylindrical-coordinate representation of color #A06062: hue angle of 358.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A06062 is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1609698-
CMYK00.40.390.37
HSL358.12º25.2%50.2%-
HSV(B)358.12º40%62.75%-
XYZ20.8816.7213.68-
YUV115.36118.2159.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 98 (38.67% from 255) = 27.68%
R=45.20%
G=27.12%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160969800.40.390.37358.1225.250.2
HexA0606202827251661932
Octal24014014205047455463162
Binary1010000011000001100010010100010011110010110110011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06062; }

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

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

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

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

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

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

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

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