#A5696B

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

Shades of Turkish Rose #A5696B

Tints of Turkish Rose #A5696B

Color information

#A5696B (or 0xA5696B) is unknown color: approx Turkish Rose. HEX triplet: A5, 69 and 6B. RGB value is (165,105,107). Sum of RGB (Red+Green+Blue) = 165+105+107=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5696B is #5A9694. Grayscale: #7B7B7B. Windows color (decimal): -5936789 or 7039397. OLE color: 7039397.

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

Color convert

RGB165105107-
CMYK00.360.350.35
HSL358º25%52.94%-
HSV(B)358º36.36%64.71%-
XYZ23.2219.1616.38-
YUV123.17118.88157.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=43.77%
G=27.85%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510510700.360.350.353582552.94
HexA5696B02423231661935
Octal24515115304443435463165
Binary1010010111010011101011010010010001110001110110011011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5696B; }

 p { color: rgb(165,105,107); }

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

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

 a { background-color: rgb(165,105,107); }

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

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

 span { border-color: rgb(165,105,107); }

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