#A36975

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

Shades of Turkish Rose #A36975

Tints of Turkish Rose #A36975

Color information

#A36975 (or 0xA36975) is unknown color: approx Turkish Rose. HEX triplet: A3, 69 and 75. RGB value is (163,105,117). Sum of RGB (Red+Green+Blue) = 163+105+117=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A36975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36975 is #5C968A. Grayscale: #7B7B7B. Windows color (decimal): -6067851 or 7694755. OLE color: 7694755.

HSL color Cylindrical-coordinate representation of color #A36975: hue angle of 347.59º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36975 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB163105117-
CMYK00.360.280.36
HSL347.59º23.97%52.55%-
HSV(B)347.59º35.58%63.92%-
XYZ23.3719.1719.3-
YUV123.71124.22156.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.34%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=42.34%
G=27.27%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310511700.360.280.36347.5923.9752.55
HexA369750241C2415c1835
Octal24315116504434445343065
Binary101000111101001111010101001001110010010010101110011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36975; }

 p { color: rgb(163,105,117); }

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

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

 a { background-color: rgb(163,105,117); }

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

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

 span { border-color: rgb(163,105,117); }

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