#A9626D

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

Shades of Turkish Rose #A9626D

Tints of Turkish Rose #A9626D

Color information

#A9626D (or 0xA9626D) is unknown color: approx Turkish Rose. HEX triplet: A9, 62 and 6D. RGB value is (169,98,109). Sum of RGB (Red+Green+Blue) = 169+98+109=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9626D is #569D92. Grayscale: #787878. Windows color (decimal): -5676435 or 7168681. OLE color: 7168681.

HSL color Cylindrical-coordinate representation of color #A9626D: hue angle of 350.7º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A9626D is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB16998109-
CMYK00.420.360.34
HSL350.7º29.22%52.35%-
HSV(B)350.7º42.01%66.27%-
XYZ23.4918.2716.76-
YUV120.48121.52162.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.95%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=44.95%
G=26.06%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1699810900.420.360.34350.729.2252.35
HexA9626D02A242215f1d34
Octal25114215505244425373564
Binary1010100111000101101101010101010010010001010101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9626D; }

 p { color: rgb(169,98,109); }

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

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

 a { background-color: rgb(169,98,109); }

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

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

 span { border-color: rgb(169,98,109); }

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