#A28185

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

Shades of Turkish Rose #A28185

Tints of Turkish Rose #A28185

Color information

#A28185 (or 0xA28185) is unknown color: approx Turkish Rose. HEX triplet: A2, 81 and 85. RGB value is (162,129,133). Sum of RGB (Red+Green+Blue) = 162+129+133=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A28185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28185 is #5D7E7A. Grayscale: #8B8B8B. Windows color (decimal): -6127227 or 8749474. OLE color: 8749474.

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

Color convert

RGB162129133-
CMYK00.200.180.36
HSL352.73º15.07%57.06%-
HSV(B)352.73º20.37%63.53%-
XYZ26.9825.0825.61-
YUV139.32124.43144.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 133 (52.34% from 255) = 31.37%
R=38.21%
G=30.42%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16212913300.200.180.36352.7315.0757.06
HexA281850141224161f39
Octal24220120502422445411771
Binary101000101000000110000101010100100101001001011000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A28185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A28185; }

 p { color: rgb(162,129,133); }

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

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

 a { background-color: rgb(162,129,133); }

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

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

 span { border-color: rgb(162,129,133); }

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