#A36F75

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

Shades of Turkish Rose #A36F75

Tints of Turkish Rose #A36F75

Color information

#A36F75 (or 0xA36F75) is unknown color: approx Turkish Rose. HEX triplet: A3, 6F and 75. RGB value is (163,111,117). Sum of RGB (Red+Green+Blue) = 163+111+117=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F75 is #5C908A. Grayscale: #7F7F7F. Windows color (decimal): -6066315 or 7696291. OLE color: 7696291.

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

Color convert

RGB163111117-
CMYK00.320.280.36
HSL353.08º22.03%53.73%-
HSV(B)353.08º31.9%63.92%-
XYZ2420.4419.51-
YUV127.23122.23153.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.69%
GREEN value IS 111 (43.75% from 255) = 28.39%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=41.69%
G=28.39%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311111700.320.280.36353.0822.0353.73
HexA36F750201C241611636
Octal24315716504034445412666
Binary101000111101111111010101000001110010010010110000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F75; }

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

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

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

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

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

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

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

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