#A96377

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

Shades of Turkish Rose #A96377

Tints of Turkish Rose #A96377

Color information

#A96377 (or 0xA96377) is unknown color: approx Turkish Rose. HEX triplet: A9, 63 and 77. RGB value is (169,99,119). Sum of RGB (Red+Green+Blue) = 169+99+119=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 169 - color contains mainly: red. Hex color #A96377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A96377 is #569C88. Grayscale: #7A7A7A. Windows color (decimal): -5676169 or 7824297. OLE color: 7824297.

HSL color Cylindrical-coordinate representation of color #A96377: hue angle of 342.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A96377 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16999119-
CMYK00.410.300.34
HSL342.86º28.93%52.55%-
HSV(B)342.86º41.42%66.27%-
XYZ24.1518.6919.79-
YUV122.21126.19161.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.67%
GREEN value IS 99 (39.06% from 255) = 25.58%
BLUE value IS 119 (46.88% from 255) = 30.75%
R=43.67%
G=25.58%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699911900.410.300.34342.8628.9352.55
HexA963770291E221571d35
Octal25114316705136425273565
Binary101010011100011111011101010011111010001010101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A96377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A96377; }

 p { color: rgb(169,99,119); }

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

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

 a { background-color: rgb(169,99,119); }

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

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

 span { border-color: rgb(169,99,119); }

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