#A37677

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

Shades of Turkish Rose #A37677

Tints of Turkish Rose #A37677

Color information

#A37677 (or 0xA37677) is unknown color: approx Turkish Rose. HEX triplet: A3, 76 and 77. RGB value is (163,118,119). Sum of RGB (Red+Green+Blue) = 163+118+119=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 119 (46.88% from 255 or 29.75% from 400); Max value from RGB is 163 - color contains mainly: red. Hex color #A37677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37677 is #5C8988. Grayscale: #838383. Windows color (decimal): -6064521 or 7829155. OLE color: 7829155.

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

Color convert

RGB163118119-
CMYK00.280.270.36
HSL358.67º19.65%55.1%-
HSV(B)358.67º27.61%63.92%-
XYZ24.9122.0820.4-
YUV131.57120.91150.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.75%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 119 (46.88% from 255) = 29.75%
R=40.75%
G=29.5%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16311811900.280.270.36358.6719.6555.1
HexA3767701C1B241671437
Octal24316616703433445472467
Binary10100011111011011101110111001101110010010110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37677; }

 p { color: rgb(163,118,119); }

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

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

 a { background-color: rgb(163,118,119); }

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

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

 span { border-color: rgb(163,118,119); }

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