#A36B75

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

Shades of Turkish Rose #A36B75

Tints of Turkish Rose #A36B75

Color information

#A36B75 (or 0xA36B75) is unknown color: approx Turkish Rose. HEX triplet: A3, 6B and 75. RGB value is (163,107,117). Sum of RGB (Red+Green+Blue) = 163+107+117=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36B75 is #5C948A. Grayscale: #7C7C7C. Windows color (decimal): -6067339 or 7695267. OLE color: 7695267.

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

Color convert

RGB163107117-
CMYK00.340.280.36
HSL349.29º23.33%52.94%-
HSV(B)349.29º34.36%63.92%-
XYZ23.5719.5919.37-
YUV124.88123.55155.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.12%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=42.12%
G=27.65%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310711700.340.280.36349.2923.3352.94
HexA36B750221C2415d1735
Octal24315316504234445352765
Binary101000111101011111010101000101110010010010101110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36B75; }

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

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

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

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

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

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

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

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