#A2696B

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

Shades of Turkish Rose #A2696B

Tints of Turkish Rose #A2696B

Color information

#A2696B (or 0xA2696B) is unknown color: approx Turkish Rose. HEX triplet: A2, 69 and 6B. RGB value is (162,105,107). Sum of RGB (Red+Green+Blue) = 162+105+107=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2696B is #5D9694. Grayscale: #7A7A7A. Windows color (decimal): -6133397 or 7039394. OLE color: 7039394.

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

Color convert

RGB162105107-
CMYK00.350.340.36
HSL357.89º23.46%52.35%-
HSV(B)357.89º35.19%63.53%-
XYZ22.6118.8516.36-
YUV122.27119.38156.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 105 (41.41% from 255) = 28.07%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=43.32%
G=28.07%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210510700.350.340.36357.8923.4652.35
HexA2696B02322241661734
Octal24215115304342445462764
Binary1010001011010011101011010001110001010010010110011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2696B; }

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

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

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

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

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

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

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

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