#A37B83

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

Shades of Turkish Rose #A37B83

Tints of Turkish Rose #A37B83

Color information

#A37B83 (or 0xA37B83) is unknown color: approx Turkish Rose. HEX triplet: A3, 7B and 83. RGB value is (163,123,131). Sum of RGB (Red+Green+Blue) = 163+123+131=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A37B83 is #5C847C. Grayscale: #878787. Windows color (decimal): -6063229 or 8616867. OLE color: 8616867.

HSL color Cylindrical-coordinate representation of color #A37B83: hue angle of 348º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A37B83 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB163123131-
CMYK00.250.200.36
HSL348º17.86%56.08%-
HSV(B)348º24.54%63.92%-
XYZ26.2823.5924.64-
YUV135.87125.25147.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 123 (48.44% from 255) = 29.50%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=39.09%
G=29.50%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16312313100.250.200.3634817.8656.08
HexA37B83019142415c1238
Octal24317320303124445342270
Binary101000111111011100000110110011010010010010101110010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37B83; }

 p { color: rgb(163,123,131); }

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

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

 a { background-color: rgb(163,123,131); }

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

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

 span { border-color: rgb(163,123,131); }

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