#A57475

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

Shades of Turkish Rose #A57475

Tints of Turkish Rose #A57475

Color information

#A57475 (or 0xA57475) is unknown color: approx Turkish Rose. HEX triplet: A5, 74 and 75. RGB value is (165,116,117). Sum of RGB (Red+Green+Blue) = 165+116+117=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A57475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57475 is #5A8B8A. Grayscale: #828282. Windows color (decimal): -5933963 or 7697573. OLE color: 7697573.

HSL color Cylindrical-coordinate representation of color #A57475: hue angle of 358.78º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A57475 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB165116117-
CMYK00.300.290.35
HSL358.78º21.4%55.1%-
HSV(B)358.78º29.7%64.71%-
XYZ24.9721.7719.72-
YUV130.76120.23152.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 117 (46.09% from 255) = 29.40%
R=41.46%
G=29.15%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16511611700.300.290.35358.7821.455.1
HexA5747501E1D231671537
Octal24516416503635435472567
Binary10100101111010011101010111101110110001110110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57475; }

 p { color: rgb(165,116,117); }

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

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

 a { background-color: rgb(165,116,117); }

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

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

 span { border-color: rgb(165,116,117); }

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