#A58081

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

Shades of Turkish Rose #A58081

Tints of Turkish Rose #A58081

Color information

#A58081 (or 0xA58081) is unknown color: approx Turkish Rose. HEX triplet: A5, 80 and 81. RGB value is (165,128,129). Sum of RGB (Red+Green+Blue) = 165+128+129=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 165 - color contains mainly: red. Hex color #A58081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58081 is #5A7F7E. Grayscale: #8B8B8B. Windows color (decimal): -5930879 or 8487077. OLE color: 8487077.

HSL color Cylindrical-coordinate representation of color #A58081: hue angle of 358.38º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A58081 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB165128129-
CMYK00.220.220.35
HSL358.38º17.05%57.45%-
HSV(B)358.38º22.42%64.71%-
XYZ27.225.0224.17-
YUV139.18122.26146.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 128 (50.39% from 255) = 30.33%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=39.10%
G=30.33%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16512812900.220.220.35358.3817.0557.45
HexA5808101616231661139
Octal24520020102626435462171
Binary1010010110000000100000010101101011010001110110011010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58081; }

 p { color: rgb(165,128,129); }

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

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

 a { background-color: rgb(165,128,129); }

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

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

 span { border-color: rgb(165,128,129); }

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