#A2696A

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

Shades of Turkish Rose #A2696A

Tints of Turkish Rose #A2696A

Color information

#A2696A (or 0xA2696A) is unknown color: approx Turkish Rose. HEX triplet: A2, 69 and 6A. RGB value is (162,105,106). Sum of RGB (Red+Green+Blue) = 162+105+106=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A2696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2696A is #5D9695. Grayscale: #7A7A7A. Windows color (decimal): -6133398 or 6973858. OLE color: 6973858.

HSL color Cylindrical-coordinate representation of color #A2696A: hue angle of 358.95º 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 #A2696A is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB162105106-
CMYK00.350.350.36
HSL358.95º23.46%52.35%-
HSV(B)358.95º35.19%63.53%-
XYZ22.5518.8316.08-
YUV122.16118.88156.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.43%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=43.43%
G=28.15%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210510600.350.350.36358.9523.4652.35
HexA2696A02323241671734
Octal24215115204343445472764
Binary1010001011010011101010010001110001110010010110011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2696A; }

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

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

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

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

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

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

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

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