#A46875

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

Shades of Turkish Rose #A46875

Tints of Turkish Rose #A46875

Color information

#A46875 (or 0xA46875) is unknown color: approx Turkish Rose. HEX triplet: A4, 68 and 75. RGB value is (164,104,117). Sum of RGB (Red+Green+Blue) = 164+104+117=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 164 - color contains mainly: red. Hex color #A46875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46875 is #5B978A. Grayscale: #7B7B7B. Windows color (decimal): -6002571 or 7694500. OLE color: 7694500.

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

Color convert

RGB164104117-
CMYK00.370.290.36
HSL347º24.79%52.55%-
HSV(B)347º36.59%64.31%-
XYZ23.4719.0819.27-
YUV123.42124.38156.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=42.60%
G=27.01%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410411700.370.290.3634724.7952.55
HexA468750251D2415b1935
Octal24415016504535445333165
Binary101001001101000111010101001011110110010010101101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46875; }

 p { color: rgb(164,104,117); }

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

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

 a { background-color: rgb(164,104,117); }

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

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

 span { border-color: rgb(164,104,117); }

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