#A4697B

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

Shades of Turkish Rose #A4697B

Tints of Turkish Rose #A4697B

Color information

#A4697B (or 0xA4697B) is unknown color: approx Turkish Rose. HEX triplet: A4, 69 and 7B. RGB value is (164,105,123). Sum of RGB (Red+Green+Blue) = 164+105+123=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 164 - color contains mainly: red. Hex color #A4697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4697B is #5B9684. Grayscale: #7C7C7C. Windows color (decimal): -6002309 or 8087972. OLE color: 8087972.

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

Color convert

RGB164105123-
CMYK00.360.250.36
HSL341.69º24.48%52.75%-
HSV(B)341.69º35.98%64.31%-
XYZ23.9419.4321.23-
YUV124.69127.05156.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=41.84%
G=26.79%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16410512300.360.250.36341.6924.4852.75
HexA4697B02419241561835
Octal24415117304431445263065
Binary101001001101001111101101001001100110010010101011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4697B; }

 p { color: rgb(164,105,123); }

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

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

 a { background-color: rgb(164,105,123); }

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

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

 span { border-color: rgb(164,105,123); }

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