#A46175

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

Shades of Turkish Rose #A46175

Tints of Turkish Rose #A46175

Color information

#A46175 (or 0xA46175) is unknown color: approx Turkish Rose. HEX triplet: A4, 61 and 75. RGB value is (164,97,117). Sum of RGB (Red+Green+Blue) = 164+97+117=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 164 - color contains mainly: red. Hex color #A46175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46175 is #5B9E8A. Grayscale: #777777. Windows color (decimal): -6004363 or 7692708. OLE color: 7692708.

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

Color convert

RGB16497117-
CMYK00.410.290.36
HSL342.09º26.91%51.18%-
HSV(B)342.09º40.85%64.31%-
XYZ22.817.7319.05-
YUV119.31126.7159.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.39%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=43.39%
G=25.66%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649711700.410.290.36342.0926.9151.18
HexA461750291D241561b33
Octal24414116505135445263363
Binary101001001100001111010101010011110110010010101011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46175; }

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

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

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

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

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

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

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

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