#A5666A

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

Shades of Turkish Rose #A5666A

Tints of Turkish Rose #A5666A

Color information

#A5666A (or 0xA5666A) is unknown color: approx Turkish Rose. HEX triplet: A5, 66 and 6A. RGB value is (165,102,106). Sum of RGB (Red+Green+Blue) = 165+102+106=373 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.24% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 165 - color contains mainly: red. Hex color #A5666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5666A is #5A9995. Grayscale: #797979. Windows color (decimal): -5937558 or 6973093. OLE color: 6973093.

HSL color Cylindrical-coordinate representation of color #A5666A: hue angle of 356.19º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5666A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB165102106-
CMYK00.380.360.35
HSL356.19º25.93%52.35%-
HSV(B)356.19º38.18%64.71%-
XYZ22.8718.5416.01-
YUV121.29119.37159.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.24%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=44.24%
G=27.35%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510210600.380.360.35356.1925.9352.35
HexA5666A02624231641a34
Octal24514615204644435443264
Binary1010010111001101101010010011010010010001110110010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5666A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5666A; }

 p { color: rgb(165,102,106); }

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

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

 a { background-color: rgb(165,102,106); }

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

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

 span { border-color: rgb(165,102,106); }

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